Describes progress of a file download or upload. More...
#include <FileStream.hpp>
Public Attributes | |
Path | mDownloadPath |
Local path a file is being downloaded to. Only relevant to downloads. More... | |
std::uint64_t | mBytesTotalToTransfer |
Total number of bytes that are to be transferred. More... | |
std::uint64_t | mBytesTransferredSoFar |
Bytes that have been transferred so far. More... | |
std::uint32_t | mServerLimitBps |
Bandwidth limit (bytes per second) imposed by server, if any. More... | |
Describes progress of a file download or upload.
Path RCF::FileTransferProgress::mDownloadPath |
Local path a file is being downloaded to. Only relevant to downloads.
std::uint64_t RCF::FileTransferProgress::mBytesTotalToTransfer |
Total number of bytes that are to be transferred.
std::uint64_t RCF::FileTransferProgress::mBytesTransferredSoFar |
Bytes that have been transferred so far.
std::uint32_t RCF::FileTransferProgress::mServerLimitBps |
Bandwidth limit (bytes per second) imposed by server, if any.