|
Teonet library
0.4.7
|
#include "teo_web.h"Go to the source code of this file.
Data Structures | |
| struct | teoWSClass |
| Websocket L0 connector class data. More... | |
| struct | teoWSmapData |
| Websocket L0 connector map data. More... | |
Typedefs | |
| typedef struct teoWSClass | teoWSClass |
| File: teo_ws.h Author: Kirill Scherba kirill@scherba.ru More... | |
| typedef struct teoWSmapData | teoWSmapData |
| Websocket L0 connector map data. More... | |
Functions | |
| teoWSClass * | teoWSInit (ksnHTTPClass *kh) |
| This module label. More... | |
| typedef struct teoWSClass teoWSClass |
File: teo_ws.h Author: Kirill Scherba kirill@scherba.ru
Teonet websocket L0 connector module
Created on November 8, 2015, 3:57 PM
| typedef struct teoWSmapData teoWSmapData |
Websocket L0 connector map data.
| teoWSClass* teoWSInit | ( | ksnHTTPClass * | kh | ) |
This module label.
Initialize teonet websocket module
| kh | Pointer to ksnHTTPClass |
References DEBUG, ksnHTTPClass::ke, ksn_puts, malloc(), and MODULE.
Referenced by ksnHTTPInit().