nrfxlib API 2.8.99
|
int nrf_modem_delta_dfu_area | ( | size_t * | size | ) |
#include <nrf_modem/include/nrf_modem_delta_dfu.h>
Retrieve the size of the modem DFU area.
The size of the modem DFU area is the size of the FLASH area that the modem can use to receive an incoming firmware update.
size | Size of the modem DFU area. |
0 | On success. |
-NRF_EPERM | The Modem library is not initialized. |
-NRF_ENOMEM | Not enough shared memory for this request. |
-NRF_EFAULT | If size is NULL. |
-NRF_ESHUTDOWN | Modem was shut down. |