TelnetServer.h File Reference
Include dependency graph for TelnetServer.h:

Go to the source code of this file.

Classes

class  TelnetServer
 

Macros

#define TELNETSERVER_MAX_COMMANDSIZE   64
 

Typedefs

using TelnetServerCommandDelegate = Delegate< void(TcpClient *client, char *data, int size)>