|
CommandCatcher
Helps obtain commands from attached host.
|
abstract class to be implemented by listening class. More...
#include <CommandCatcher.h>
Public Member Functions | |
| virtual | ~CommandListener ()=default |
| virtual void | notify (char *cmd, char *param) |
| called when a command s ready. | |
abstract class to be implemented by listening class.
|
virtualdefault |
|
virtual |
called when a command s ready.
A class extending this function can be registered for notification through addListener.
| cmd | - the command string |
| param | - the parameter string |