CppWAMP
C++11 client library for the WAMP protocol
messagebuffer.hpp File Reference

Contains the MessageBuffer definition. More...

#include <cstdint>
#include <vector>

Go to the source code of this file.

Namespaces

 wamp
 

Typedefs

using wamp::MessageBuffer = std::vector< uint8_t >
 Container type used for encoded WAMP messages that are sent/received over a transport.
 

Detailed Description

Contains the MessageBuffer definition.