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

Lightweight token representing a call request. More...

#include <cppwamp/chits.hpp>

Public Member Functions

 CallChit ()
 Constructs an empty subscription.
 
 operator bool () const
 Returns false if the chit is empty.
 
RequestId requestId () const
 Obtains the request ID associated with the call.
 
CallCancelMode cancelMode () const
 Obtains the default cancel mode associated with the call.
 
void cancel () const
 Requests cancellation of the call using the cancel mode that was specified in the Rpc.
 
void cancel (CallCancelMode mode) const
 Requests cancellation of the call using the given mode.
 

Detailed Description

Lightweight token representing a call request.


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