#include <user_config.h>#include "TcpClient.h"#include "TcpServer.h"#include "SystemClock.h"#include "Services/CommandProcessing/CommandExecutor.h"
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)> |
1.8.13