Remote Call Framework 3.4
RCF::FileTransferProgress Class Reference

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...
 

Detailed Description

Describes progress of a file download or upload.

Member Data Documentation

◆ mDownloadPath

Path RCF::FileTransferProgress::mDownloadPath

Local path a file is being downloaded to. Only relevant to downloads.

◆ mBytesTotalToTransfer

std::uint64_t RCF::FileTransferProgress::mBytesTotalToTransfer

Total number of bytes that are to be transferred.

◆ mBytesTransferredSoFar

std::uint64_t RCF::FileTransferProgress::mBytesTransferredSoFar

Bytes that have been transferred so far.

◆ mServerLimitBps

std::uint32_t RCF::FileTransferProgress::mServerLimitBps

Bandwidth limit (bytes per second) imposed by server, if any.


The documentation for this class was generated from the following file: