qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::protocol::text::basic_binary< _IO_, _SizeHeader >::message Struct Reference

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.

Detailed Description

template<typename _IO_, typename _SizeHeader = uint16_t>
struct qb::protocol::text::basic_binary< _IO_, _SizeHeader >::message

Structure representing a binary message.

This structure contains information about a complete binary message, including its size and raw data.