nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ fota_download_evt_id

#include <include/net/fota_download.h>

FOTA download event IDs.

After FINISHED, ERROR or CANCELLED event, the FOTA client is ready to accept new request.

Enumerator
FOTA_DOWNLOAD_EVT_PROGRESS 

FOTA download progress report.

FOTA_DOWNLOAD_EVT_FINISHED 

FOTA download was completed successfully.

FOTA_DOWNLOAD_EVT_ERASE_PENDING 

Deletion of the downloaded FOTA image is in progress (after upgrade success or failure).

   Not fired for all FOTA types.
FOTA_DOWNLOAD_EVT_ERASE_TIMEOUT 

Deletion of the downloaded FOTA image has reached the defined timeout. It will continue.

   Not fired for all FOTA types.
FOTA_DOWNLOAD_EVT_ERASE_DONE 

Deletion of the downloaded FOTA image is complete.

   Not fired for all FOTA types.
FOTA_DOWNLOAD_EVT_ERROR 

FOTA download abandoned due to an error.

FOTA_DOWNLOAD_EVT_CANCELLED 

FOTA download abandoned due to a cancellation request.

FOTA_DOWNLOAD_EVT_RESUME_OFFSET 

Resume the download at offset. Only generated if

embed:rst:inline :kconfig:option:`CONFIG_FOTA_DOWNLOAD_EXTERNAL_DL` 

is enabled.