Contains details about the currently executing remote call. More...
#include <MethodInvocation.hpp>
Public Attributes | |
| std::string | mServantBindingName |
| Servant binding name. More... | |
| int | mFnId |
| RCF interface method ID. More... | |
| bool | mOneway |
| True if the call is a oneway call. More... | |
| SerializationProtocol | mSerializationProtocol |
| Serialization protocol. More... | |
| int | mRuntimeVersion |
| Runtime version. More... | |
| int | mArchiveVersion |
| Archive version. More... | |
| std::uint32_t | mPingBackIntervalMs |
| Pingback interval in ms. More... | |
| bool | mEnableSfPointerTracking |
| Whether SF pointer tracking is enabled for serialization of parameters. More... | |
Contains details about the currently executing remote call.
| std::string RCF::RemoteCallInfo::mServantBindingName |
Servant binding name.
| int RCF::RemoteCallInfo::mFnId |
RCF interface method ID.
| bool RCF::RemoteCallInfo::mOneway |
True if the call is a oneway call.
| SerializationProtocol RCF::RemoteCallInfo::mSerializationProtocol |
Serialization protocol.
| int RCF::RemoteCallInfo::mRuntimeVersion |
Runtime version.
| int RCF::RemoteCallInfo::mArchiveVersion |
Archive version.
| std::uint32_t RCF::RemoteCallInfo::mPingBackIntervalMs |
Pingback interval in ms.
| bool RCF::RemoteCallInfo::mEnableSfPointerTracking |
Whether SF pointer tracking is enabled for serialization of parameters.