The constant size component of a WebSocket frame header.
More...
#include <frame.hpp>
|
| basic_header (uint8_t p0, uint8_t p1) |
|
| basic_header (opcode::value op, uint64_t size, bool fin, bool mask, bool rsv1=false, bool rsv2=false, bool rsv3=false) |
|
The constant size component of a WebSocket frame header.
Definition at line 189 of file frame.hpp.
◆ basic_header() [1/3]
websocketpp::frame::basic_header::basic_header |
( |
| ) |
|
|
inline |
◆ basic_header() [2/3]
websocketpp::frame::basic_header::basic_header |
( |
uint8_t |
p0, |
|
|
uint8_t |
p1 |
|
) |
| |
|
inline |
◆ basic_header() [3/3]
websocketpp::frame::basic_header::basic_header |
( |
opcode::value |
op, |
|
|
uint64_t |
size, |
|
|
bool |
fin, |
|
|
bool |
mask, |
|
|
bool |
rsv1 = false , |
|
|
bool |
rsv2 = false , |
|
|
bool |
rsv3 = false |
|
) |
| |
|
inline |
◆ b0
uint8_t websocketpp::frame::basic_header::b0 |
◆ b1
uint8_t websocketpp::frame::basic_header::b1 |
The documentation for this struct was generated from the following file: