Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpWebSocketFrameHeaderView Struct Reference

Parsed or to-be-written WebSocket frame header. More...

#include <HttpWebSocket.h>

Public Member Functions

bool isControlFrame () const
 

Public Attributes

HttpWebSocketOpcode opcode = HttpWebSocketOpcode::Text
 
bool fin = true
 
bool masked = false
 
uint64_t payloadLength = 0
 
uint8_t maskKey [4] = {0, 0, 0, 0}
 

Detailed Description

Parsed or to-be-written WebSocket frame header.


The documentation for this struct was generated from the following file: