class Geo::ITerminalCmdHandler
A class that provides this interface can process tty string commands.
Functions
Name | Description |
---|---|
TerminalCmdCallback(const char *) | This method is called when a command should be processed. |
Anchor | ||||
---|---|---|---|---|
|
virtual void Geo::ITerminalCmdHandler::TerminalCmdCallback
...
public: void TerminalCmdCallback
(
const char * cmd
)
...
This method is called when a command should be processed.