Class KPServer¶
- Defined in File KPServer.hpp
Inheritance Relationships¶
Base Type¶
public KPComponent(Class KPComponent)
Class Documentation¶
-
class
KPServer: public KPComponent¶ Public Functions
-
KPServer(const char *name, const char *ssid, const char *pass, const size_t tcp_limit = 1400)¶
-
void
setup()¶
-
void
begin()¶
-
void
update()¶
-
void
on(const char *path, const char *method, EndPointCallback callback)¶
-
void
get(const char *path, EndPointCallback callback)¶
-
void
post(const char *path, EndPointCallback callback)¶
-
void
serveStaticFile(const char *path, const char *filepath, KPDataStoreInterface &store, const char *contentType)¶
-
void
printWiFiStatus()¶
-
void
printMacAddress(byte mac[])¶
-