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