|
Method |
Description |
|
Starts listening to a TCP port that accepts client connections. | |
|
Close all Stops listening to a TCP port that accepts client connections. | |
|
Creates a TCP server port on the device that can be connected by remote TCP clients. Call LTcpServer.begin() to start the server port. | |
|
returns the IP address of the server. An IP address is only valid after begin() is called. | |
|
Writes data to all clients connected to this server object. | |
|
Writes data to all clients connected to this server object. |