Struct anj_coap_downloader_configuration_struct

Struct Documentation

struct anj_coap_downloader_configuration_struct

CoAP downloader configuration structure. Should be filled before passing to anj_coap_downloader_init.

Public Members

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.