qb
2.0.0.0
C++17 Actor Framework
|
Structure representing a binary message. More...
#include <text.h>
Public Attributes | |
const std::size_t | size |
Message size. | |
const char * | data |
Pointer to the raw data. |
Structure representing a binary message.
This structure contains information about a complete binary message, including its size and raw data.