Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
Websocket Frame

Encode / Decode websocket frames. More...

Classes

class  WebsocketFrameClass
 Websocket Frame. More...
 

Enumerations

enum  WSFrameType : uint8_t {
  continuation = 0x00,
  text = 0x01,
  binary = 0x02,
  close = 0x08,
  ping = 0x09,
  pong = 0x0A,
  empty = 0xF0,
  error = 0xF1,
  WSFrameType::incomplete = 0xF2
}
 Websocket frame types enum. More...
 

Detailed Description

Encode / Decode websocket frames.

Enumeration Type Documentation

enum WSFrameType : uint8_t
strong

Websocket frame types enum.

Enumerator
incomplete 

xB-F are reserved for further control frame