Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
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... | |
Encode / Decode websocket frames.
|
strong |