LTcpServer( uint16_t port );
LTcpServer( uint16_t port );
Creates a TCP server port on the device that can be connected by remote TCP clients. Call LTcpServer.begin() to start the server port.
|
Parameters |
Description |
|
uint16_t port |
uint16_t port number. Click here to learn more about common TCP port definitions. |
N/A
LTcpServer.h