#include <ELClientCmd.h>
Public Member Functions | |
| ELClientCmd (ELClient *elc) | |
| Constructor for ELClientCmd. | |
| uint32_t | GetTime () |
| Get time from ESP. | |
Definition at line 14 of file ELClientCmd.h.
| ELClientCmd::ELClientCmd | ( | ELClient * | elc | ) |
Constructor for ELClientCmd.
Definition at line 14 of file ELClientCmd.cpp.
| uint32_t ELClientCmd::GetTime | ( | ) |
Get time from ESP.
Time from the ESP is unformated value of seconds
uint32_t current time as number of secondsDefinition at line 31 of file ELClientCmd.cpp.
