nRF Connect SDK API 2.8.99
|
Library for performing Firmware Over The Air updates using firmware information in JSON format. More...
Data Structures | |
struct | azure_fota_event |
Azure FOTA event. More... | |
Typedefs | |
typedef void(* | azure_fota_callback_t) (struct azure_fota_event *evt) |
Callback to receive Azure FOTA events. | |
Enumerations | |
enum | azure_fota_evt_type { AZURE_FOTA_EVT_REPORT , AZURE_FOTA_EVT_START , AZURE_FOTA_EVT_DONE , AZURE_FOTA_EVT_ERROR , AZURE_FOTA_EVT_ERASE_PENDING , AZURE_FOTA_EVT_ERASE_DONE } |
Functions | |
int | azure_fota_init (azure_fota_callback_t evt_handler) |
Initialize the Azure Firmware Over the Air library. | |
int | azure_fota_msg_process (const char *const buf, size_t size) |
Process an Azure IoT Hub device twin JSON object, check for FOTA information and act accordingly if found. | |
Library for performing Firmware Over The Air updates using firmware information in JSON format.