CommandDelegate.h File Reference
#include "WString.h"
#include "Network/TcpClient.h"
#include "CommandOutput.h"
Include dependency graph for CommandDelegate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CommandDelegate
 Command delegate class. More...
 

Typedefs

typedef Delegate< void(String commandLine, CommandOutput *commandOutput)> CommandFunctionDelegate
 Command delegate function. More...
 
typedef CommandFunctionDelegate commandFunctionDelegate