#include <websocket.hpp>
Definition at line 77 of file websocket.hpp.
◆ MaskingKey()
openvpn::WebSocket::Protocol::MaskingKey::MaskingKey |
( |
std::uint32_t |
mask | ) |
|
|
inline |
◆ prepend_mask()
void openvpn::WebSocket::Protocol::MaskingKey::prepend_mask |
( |
Buffer & |
buf | ) |
const |
|
inline |
◆ xor_buf()
void openvpn::WebSocket::Protocol::MaskingKey::xor_buf |
( |
Buffer & |
buf | ) |
const |
|
inline |
◆ mask32
std::uint32_t openvpn::WebSocket::Protocol::MaskingKey::mask32 |
|
private |
◆ mask8
std::uint8_t openvpn::WebSocket::Protocol::MaskingKey::mask8[4] |
|
private |
The documentation for this union was generated from the following file: