TCPServer

begin()

Tells the server to begin listening for incoming connections.

// PROTOTYPE
virtual bool begin();
// SYNTAX
server.begin();