Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
teoweb_data Struct Reference

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...
 

Detailed Description

Teonet HTTP module async data structure.

Field Documentation

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().


The documentation for this struct was generated from the following file: