HTTPX_GetBytesReceived
HTTPX_GetBytesReceived(DownloadID) Returns total ammount of bytes received for DownloadID.
Syntax
native HTTPX_GetBytesReceived(DownloadID) /** * HTTPX_GetBytesReceivedLarge(DownloadID, string[], len) * * Formats total ammount of bytes received for DownloadID in string form. **/ native HTTPX_GetBytesReceivedLarge(DownloadID, string[], len) /** * HTTPX_GetNewBytesReceived() * * Returns the ammount of bytes that was received in this chunk. **/ 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)
Usage
| DownloadID | — |
Defined in
httpx.inc
at line 23
.
This documentation was automatically generated from source.