Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Provides websocket connection (server and client) More...
Classes | |
struct | WsFrameInfo |
class | WebsocketConnection |
Macros | |
#define | WEBSOCKET_VERSION 13 |
Typedefs | |
typedef Vector< WebsocketConnection * > | WebsocketList |
typedef Delegate< void(WebsocketConnection &)> | WebsocketDelegate |
typedef Delegate< void(WebsocketConnection &, const String &)> | WebsocketMessageDelegate |
typedef Delegate< void(WebsocketConnection &, uint8_t *data, size_t size)> | WebsocketBinaryDelegate |
Enumerations | |
enum | WsConnectionState { eWSCS_Ready, eWSCS_Open, eWSCS_Closed } |
Provides websocket connection (server and client)