Base class for debug callback set by calling DumbDisplay::debugSetup() More...
#include <dumbdisplay.h>
Public Member Functions | |
| virtual void | logConnectionState (DDDebugConnectionState connectionState) |
| See DDDebugConnectionState. | |
| virtual void | logSendCommand (int state) |
| virtual void | logError (const String &errMsg) |
Base class for debug callback set by calling DumbDisplay::debugSetup()
|
inlinevirtual |
Reimplemented in DrawTextDDDebugInterface, ToSerialDDDebugInterface, and CompositeDDDebugInterface.
|
inlinevirtual |
| state | 1: start sending; 0: stop sending |
Reimplemented in LedDDDebugInterface, CompositeDDDebugInterface, AfTftDDDebugInterface, OledDDDebugInterface, and TftDDDebugInterface.