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

Public Member Functions

 CompositeDDDebugInterface (DDDebugInterface *debug1, DDDebugInterface *debug2)
 
virtual void logConnectionState (DDDebugConnectionState connectionState)
 See DDDebugConnectionState.
 
virtual void logSendCommand (int state)
 
virtual void logError (const String &errMsg)
 
virtual void logConnectionState (DDDebugConnectionState connectionState)
 See DDDebugConnectionState.
 
virtual void logSendCommand (int state)
 
virtual void logError (const String &errMsg)
 

Member Function Documentation

◆ logConnectionState()

virtual void CompositeDDDebugInterface::logConnectionState ( DDDebugConnectionState  connectionState)
inlinevirtual

See DDDebugConnectionState.

Reimplemented from DDDebugInterface.

◆ logError()

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

Reimplemented from DDDebugInterface.

◆ logSendCommand()

virtual void CompositeDDDebugInterface::logSendCommand ( int  state)
inlinevirtual
Parameters
state1: start sending; 0: stop sending

Reimplemented from DDDebugInterface.