nRF Connect SDK API 0.1.0
|
typedef void(* nrf_cloud_fota_poll_handler_t) (enum nrf_cloud_fota_status status, const char *const status_details) |
#include <include/net/nrf_cloud_fota_poll.h>
Status event handler registered with the module to handle asynchronous status events from the module.
[in] | status | Status event. |
[in] | status_details | Details about the event, NULL if no details are provided. |