Teonet library
0.4.7
|
Teonet HTTP module async data structure. More...
#include <teo_web.h>
Data Fields | |
uint16_t | cmd |
Teonet HTTP module async event commands. More... | |
size_t | data_len |
Legth of websocket data. More... | |
char | data [] |
Websocket data. More... | |
Teonet HTTP module async data structure.
uint16_t teoweb_data::cmd |
Teonet HTTP module async event commands.
Referenced by event_cb().
char teoweb_data::data[] |
Websocket data.
Referenced by event_cb().
size_t teoweb_data::data_len |
Legth of websocket data.
Referenced by event_cb().