class LWiFiServer : public LTcpServer;
class LWiFiServer : public LTcpServer;
LWiFiServer Class
Please see the method description of LTcpServer class.
LWiFiServer.h
|
Method |
Description |
|
Checks if there is a client connected. If there is one, an LWiFiClient object will be returned to represent the connection between this server object and the remote client. Call LWiFiClient.read()/LWiFiClient.write() to exchange data with the connected client. |