Frame.
More...
#include <wpi/net/WebSocket.hpp>
◆ Frame()
| wpi::net::WebSocket::Frame::Frame |
( |
uint8_t | opcode, |
|
|
std::span< const uv::Buffer > | data ) |
|
inlineconstexpr |
◆ BINARY
◆ BINARY_FRAGMENT
| uint8_t wpi::net::WebSocket::Frame::BINARY_FRAGMENT = OP_BINARY |
|
staticconstexpr |
◆ data
| std::span<const uv::Buffer> wpi::net::WebSocket::Frame::data |
◆ FINAL_FRAGMENT
◆ FRAGMENT
| uint8_t wpi::net::WebSocket::Frame::FRAGMENT = OP_CONT |
|
staticconstexpr |
◆ opcode
| uint8_t wpi::net::WebSocket::Frame::opcode |
◆ PING
◆ PONG
◆ TEXT
◆ TEXT_FRAGMENT
| uint8_t wpi::net::WebSocket::Frame::TEXT_FRAGMENT = OP_TEXT |
|
staticconstexpr |
The documentation for this struct was generated from the following file: