21 #ifndef INCLUDE_RCF_CLIENTPROGRESS_HPP 22 #define INCLUDE_RCF_CLIENTPROGRESS_HPP 48 #endif // ! INCLUDE_RCF_CLIENTPROGRESS_HPP std::size_t mBytesTransferred
Bytes transferred so far in this call.
Definition: ClientProgress.hpp:37
RemoteCallPhase mPhase
Current phase of the remote call.
Definition: ClientProgress.hpp:43
Describes the status of a remote call while in progress. See RCF::ClientStub::setRemoteCallProgressCa...
Definition: ClientProgress.hpp:32
std::size_t mBytesTotal
Total number of bytes to transfer in this call.
Definition: ClientProgress.hpp:40
Establishing network connection to server.
Definition: Enums.hpp:186
Definition: AmiIoHandler.hpp:24
RemoteCallPhase
Describes which activity a remote call is currently in.
Definition: Enums.hpp:183