![]() |
nRF Connect SDK API 3.3.99
|
| int downloader_downloaded_size_get | ( | struct downloader * | dl, |
| size_t * | size ) |
#include <include/net/downloader.h>
Retrieve the number of bytes downloaded so far.
The progress is only available after the download has begun.
| [in] | dl | Downloader instance. |
| [out] | size | Number of bytes downloaded so far. |