Added the getPort() method

This commit is contained in:
anschrammh 2019-10-10 18:13:54 +02:00
parent 6ffe25ec3b
commit a95a387d30

View File

@ -27,6 +27,11 @@ class TCPServer
{
return _maxClient;
}
unsigned int getPort() const
{
return _port;
}
uint8_t getConnectedClientsCount()
{