This commit is contained in:
Yuri Trikoz
2020-06-24 01:33:42 +03:00
parent e375cca3dc
commit dfeb25a8fa
3 changed files with 21 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ class Telnet : public Module {
void sendData(const String&);
bool hasClient();
bool isShellActive();
void setCommandShell(CommandShell*);
protected:
bool onInit() override;