D++ (DPP)
C++ Discord API Bot Library
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
dpp::dave_binary_header_t Struct Reference

DAVE E2EE Binary frame header. More...

+ Collaboration diagram for dpp::dave_binary_header_t:

Public Member Functions

 dave_binary_header_t (const std::string &buffer)
 Fill binary header from inbound buffer. More...
 
std::vector< uint8_tget_data () const
 
uint16_t get_transition_id () const
 

Public Attributes

uint16_t seq
 Sequence number. More...
 
uint8_t opcode
 Opcode type. More...
 
std::vector< uint8_tpackage
 Data package, an opaque structure passed to the Discord libdave functions. More...
 

Detailed Description

DAVE E2EE Binary frame header.

Constructor & Destructor Documentation

◆ dave_binary_header_t()

dpp::dave_binary_header_t::dave_binary_header_t ( const std::string &  buffer)

Fill binary header from inbound buffer.

Parameters
bufferinbound websocket buffer

Member Function Documentation

◆ get_data()

std::vector<uint8_t> dpp::dave_binary_header_t::get_data ( ) const

Get the data package from the packed binary frame, as a vector of uint8_t for use in the libdave functions

Returns
data blob

◆ get_transition_id()

uint16_t dpp::dave_binary_header_t::get_transition_id ( ) const

Get transition ID for process_commit and process_welcome

Returns
Transition ID

Member Data Documentation

◆ opcode

uint8_t dpp::dave_binary_header_t::opcode

Opcode type.

◆ package

std::vector<uint8_t> dpp::dave_binary_header_t::package

Data package, an opaque structure passed to the Discord libdave functions.

◆ seq

uint16_t dpp::dave_binary_header_t::seq

Sequence number.

D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0