Anjay Lite
Loading...
Searching...
No Matches
anj_coap_downloader_configuration_struct Struct Reference

#include <coap_downloader.h>

Data Fields

anj_coap_downloader_event_callback_tevent_cb
 
void * event_cb_arg
 
const anj_exchange_udp_tx_params_tudp_tx_params
 

Detailed Description

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

Field Documentation

◆ 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.

◆ event_cb_arg

void* event_cb_arg

Opaque argument that will be passed to the function configured in the event_cb field.

◆ udp_tx_params

const anj_exchange_udp_tx_params_t* udp_tx_params

UDP transmission parameters, for LwM2M client requests. If NULL, default values will be used.


The documentation for this struct was generated from the following file: