![]() |
nRF Connect SDK API 3.3.99
|
| int dl_transport_evt_data | ( | struct downloader * | dl, |
| void * | data, | ||
| size_t | len ) |
#include <include/net/downloader_transport.h>
Transport data event callback.
This function is called by the transport to notify the downloader of downloaded data.
| dl | Downloader instance. |
| data | Downloaded data. |
| len | Length of downloaded data. |
| Zero | if the fragment was accepted and the download can continue. |