Constructor and functions for ELClientWebServer. More...
#include "ELClientWebServer.h"
Go to the source code of this file.
Enumerations | |
| enum | RequestReason { WS_LOAD =0 , WS_REFRESH , WS_BUTTON , WS_SUBMIT } |
| enum | WebValueType { WEB_STRING =0 , WEB_NULL , WEB_INTEGER , WEB_BOOLEAN , WEB_FLOAT , WEB_JSON } |
Constructor and functions for ELClientWebServer.
Definition in file ELClientWebServer.cpp.
| enum RequestReason |
| Enumerator | |
|---|---|
| WS_LOAD | |
| WS_REFRESH | |
| WS_BUTTON | |
| WS_SUBMIT | |
Definition at line 6 of file ELClientWebServer.cpp.
| enum WebValueType |
| Enumerator | |
|---|---|
| WEB_STRING | |
| WEB_NULL | |
| WEB_INTEGER | |
| WEB_BOOLEAN | |
| WEB_FLOAT | |
| WEB_JSON | |
Definition at line 13 of file ELClientWebServer.cpp.