REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
data_frame.h File Reference
Include dependency graph for data_frame.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  websockets::internals::WebsocketsFrame
 
struct  websockets::internals::Header
 
struct  websockets::internals::HeaderWithExtended16
 
struct  websockets::internals::HeaderWithExtended64
 

Namespaces

namespace  websockets
 
namespace  websockets::internals
 

Enumerations

enum  websockets::internals::ContentType {
  websockets::internals::None = -1 , websockets::internals::Continuation = 0x0 , websockets::internals::Text = 0x1 , websockets::internals::Binary = 0x2 ,
  websockets::internals::Close = 0x8 , websockets::internals::Ping = 0x9 , websockets::internals::Pong = 0xA
}
 

Functions

template<class HeaderTy >
HeaderTy websockets::internals::MakeHeader (size_t len, uint8_t opcode, bool fin, bool mask)