CommandCatcher
Helps obtain commands from attached host.
Loading...
Searching...
No Matches
CommandListener Class Reference

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.

Detailed Description

abstract class to be implemented by listening class.

Constructor & Destructor Documentation

◆ ~CommandListener()

virtual CommandListener::~CommandListener ( )
virtualdefault

Member Function Documentation

◆ notify()

virtual void CommandListener::notify ( char * cmd,
char * param )
virtual

called when a command s ready.

A class extending this function can be registered for notification through addListener.

Parameters
cmd- the command string
param- the parameter string

The documentation for this class was generated from the following file: