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

◆ nrf_cloud_fota_poll_handler_t

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.

Parameters
[in]statusStatus event.
[in]status_detailsDetails about the event, NULL if no details are provided.