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

Provides the reason URI and other options contained within GOODBYE messages. More...

#include <cppwamp/peerdata.hpp>

Inheritance diagram for wamp::Reason:

Public Member Functions

 Reason (String uri="")
 Converting constructor taking an optional reason URI.
 
const Stringuri () const
 Obtains the reason URI.
 

Detailed Description

Provides the reason URI and other options contained within GOODBYE messages.

Examples
examples/chat/main.cpp.

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