20 #ifndef INCLUDE_RCF_CLIENTPROGRESS_HPP 21 #define INCLUDE_RCF_CLIENTPROGRESS_HPP 47 #endif // ! INCLUDE_RCF_CLIENTPROGRESS_HPP std::size_t mBytesTransferred
Bytes transferred so far in this call.
Definition: ClientProgress.hpp:36
RemoteCallPhase mPhase
Current phase of the remote call.
Definition: ClientProgress.hpp:42
Describes the status of a remote call while in progress. See RCF::ClientStub::setRemoteCallProgressCa...
Definition: ClientProgress.hpp:31
std::size_t mBytesTotal
Total number of bytes to transfer in this call.
Definition: ClientProgress.hpp:39
Establishing network connection to server.
Definition: Enums.hpp:185
Definition: AmiIoHandler.hpp:23
RemoteCallPhase
Describes which activity a remote call is currently in.
Definition: Enums.hpp:182