|
CppWAMP
C++11 client library for the WAMP protocol
|
Contains the request ID and options contained within WAMP CANCEL messages.
More...
#include <cppwamp/peerdata.hpp>

Public Member Functions | |
| CallCancellation (RequestId reqId, CallCancelMode cancelMode=Rpc::defaultCancelMode()) | |
| Converting constructor. | |
| RequestId | requestId () const |
| Obtains the request ID of the call to cancel. | |
| CallCancelMode | mode () const |
| Obtains the cancel mode. | |
Contains the request ID and options contained within WAMP CANCEL messages.