HTTPX_GetNewBytesReceived

HTTPX_GetNewBytesReceived() Returns the ammount of bytes that was received in this chunk.

Syntax

native HTTPX_GetNewBytesReceived() /** * HTTPX_GetFilesize(DownloadID) * * Returns the filesize of DownloadID. * If unknown it will return -1. **/ native HTTPX_GetFilesize(DownloadID) /** * HTTPX_GetFilesizeLarge(DownloadID, string[], len) * * Formats the large filesize of DownloadID in string form. **/ native HTTPX_GetFilesizeLarge(DownloadID, string[], len) /** * HTTPX_GetFilename(DownloadID) * * Returns the filename of DownloadID. **/ native HTTPX_GetFilename(DownloadID, name[], len) /** * HTTPX_GetData(data[], len) * * Fills variable data[] with the last chunk downloaded. * * len decides maxlen for the data[] variable.
Defined in httpx.inc at line 37 . This documentation was automatically generated from source.