CppWAMP
C++11 client library for the WAMP protocol
wamp::CallCancellation Class Reference

Contains the request ID and options contained within WAMP CANCEL messages. More...

#include <cppwamp/peerdata.hpp>

Inheritance diagram for wamp::CallCancellation:

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.
 

Detailed Description

Contains the request ID and options contained within WAMP CANCEL messages.


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