ArduinoDumbDisplay v0.9.9-r34
DumbDisplay Arduino Library -- https://github.com/trevorwslee/Arduino-DumbDisplay
 
Loading...
Searching...
No Matches
ToSerialDDDebugInterface Class Reference
Inheritance diagram for ToSerialDDDebugInterface:
DDDebugInterface

Public Member Functions

virtual void logConnectionState (DDDebugConnectionState connectionState)
 See DDDebugConnectionState.
 
virtual void logError (const String &errMsg)
 
- Public Member Functions inherited from DDDebugInterface
virtual void logConnectionState (DDDebugConnectionState connectionState)
 See DDDebugConnectionState.
 
virtual void logSendCommand (int state)
 
virtual void logError (const String &errMsg)
 

Member Function Documentation

◆ logConnectionState()

virtual void ToSerialDDDebugInterface::logConnectionState ( DDDebugConnectionState  connectionState)
inlinevirtual

See DDDebugConnectionState.

Reimplemented from DDDebugInterface.

◆ logError()

virtual void ToSerialDDDebugInterface::logError ( const String &  errMsg)
inlinevirtual

Reimplemented from DDDebugInterface.