Anjay Lite
|
#include <coap_downloader.h>
Data Fields | |
anj_coap_downloader_event_callback_t * | event_cb |
void * | event_cb_arg |
const anj_exchange_udp_tx_params_t * | udp_tx_params |
CoAP downloader configuration structure. Should be filled before passing to anj_coap_downloader_init.
anj_coap_downloader_event_callback_t* event_cb |
Mandatory callback for monitoring CoAP downloader status changes.
This callback will be invoked for each status change of the CoAP downloader, and for each received packet.
void* event_cb_arg |
Opaque argument that will be passed to the function configured in the event_cb field.
const anj_exchange_udp_tx_params_t* udp_tx_params |
UDP transmission parameters, for LwM2M client requests. If NULL
, default values will be used.