|
CppWAMP
C++11 client library for the WAMP protocol
|
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. | |
Contains the MessageBuffer definition.