Remote Call Framework 3.4
RCF::RemoteCallProgressInfo Class Reference

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

Detailed Description

Describes the status of a remote call while in progress. See RCF::ClientStub::setRemoteCallProgressCallback().

Member Data Documentation

◆ mBytesTransferred

std::size_t RCF::RemoteCallProgressInfo::mBytesTransferred = 0

Bytes transferred so far in this call.

◆ mBytesTotal

std::size_t RCF::RemoteCallProgressInfo::mBytesTotal = 0

Total number of bytes to transfer in this call.

◆ mPhase

RemoteCallPhase RCF::RemoteCallProgressInfo::mPhase = Rcp_Connect

Current phase of the remote call.


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