| CppWAMP
    C++11 client library for the WAMP protocol | 
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. | |
Lightweight token representing a call request.