Describes the status of a remote call while in progress. See RCF::ClientStub::setRemoteCallProgressCallback(). More...
#include <ClientProgress.hpp>
Public Attributes | |
std::size_t | mBytesTransferred = 0 |
Bytes transferred so far in this call. More... | |
std::size_t | mBytesTotal = 0 |
Total number of bytes to transfer in this call. More... | |
RemoteCallPhase | mPhase = Rcp_Connect |
Current phase of the remote call. More... | |
Describes the status of a remote call while in progress. See RCF::ClientStub::setRemoteCallProgressCallback().
std::size_t RCF::RemoteCallProgressInfo::mBytesTransferred = 0 |
Bytes transferred so far in this call.
std::size_t RCF::RemoteCallProgressInfo::mBytesTotal = 0 |
Total number of bytes to transfer in this call.
RemoteCallPhase RCF::RemoteCallProgressInfo::mPhase = Rcp_Connect |
Current phase of the remote call.