Function anj_coap_downloader_step

Function Documentation

void anj_coap_downloader_step(anj_coap_downloader_t *coap_downloader)

Main step function of the Anjay Lite CoAP downloader module.

This function should be called regularly in the main application loop. It drives the internal state machine and handles all scheduled operations related to downloading data via CoAP.

This function is non-blocking, unless a custom network implementation introduces blocking behavior.

Parameters:

coap_downloader – CoAP downloader state.