#include <wifi/WifiWebServer.h>
template<unsigned maxClients = 10, unsigned numPages = 0>
class WifiWebServer< maxClients, numPages >
Simple WiFi web server.
WifiAccess wifiAccess(
"MyAccessPoint",
"MyPassword");
◆ WifiWebServer()
template<unsigned maxClients = 10, unsigned numPages = 0>
Constructor.
Only a single instance of WifiSerialBridge should be created per sketch.
- Parameters
-
port | the port number of this service |
◆ enabled()
template<unsigned maxClients = 10, unsigned numPages = 0>
◆ handle()
template<unsigned maxClients = 10, unsigned numPages = 0>
◆ setActivity()
template<unsigned maxClients = 10, unsigned numPages = 0>
void WifiWebServer< maxClients, numPages >::setActivity |
( |
void(*)() |
callback | ) |
|
|
inline |
◆ setConnect()
template<unsigned maxClients = 10, unsigned numPages = 0>
void WifiWebServer< maxClients, numPages >::setConnect |
( |
void(*)() |
callback | ) |
|
|
inline |
◆ wifiConnected()
template<unsigned maxClients = 10, unsigned numPages = 0>
◆ wifiDisconnected()
template<unsigned maxClients = 10, unsigned numPages = 0>
◆ fClients
template<unsigned maxClients = 10, unsigned numPages = 0>
WiFiClient WifiWebServer< maxClients, numPages >::fClients[maxClients] |
The documentation for this class was generated from the following file: