Define ANJ_COAP_DOWNLOADER_ERR_IN_PROGRESS
Defined in File coap_downloader.h
Define Documentation
-
ANJ_COAP_DOWNLOADER_ERR_IN_PROGRESS
Error code returned by anj_coap_downloader_start when a download operation is already in progress.
To start a new download, you must first terminate the ongoing one using anj_coap_downloader_terminate, or wait until the current download completes.