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 kiril l@sc herba .ruMore... | |
typedef struct teoWSmapData | teoWSmapData |
Websocket L0 connector map data. More... | |
Functions | |
teoWSClass * | teoWSInit (ksnHTTPClass *kh) |
This module label. More... | |
typedef struct teoWSClass teoWSClass |
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().