Communicator

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

changeAIMonitorStatus
void changeAIMonitorStatus(ubyte pin, bool shouldMonitor)
Undocumented in source. Be warned that the author may not have intended to support it.
changeVarMonitorStatus
void changeVarMonitorStatus(ubyte varIndex, bool shouldMonitor)
Undocumented in source. Be warned that the author may not have intended to support it.
endCommunication
void endCommunication()
Undocumented in source. Be warned that the author may not have intended to support it.
setPWMValue
void setPWMValue(ubyte pin, ubyte pwmValue)
Undocumented in source. Be warned that the author may not have intended to support it.
startCommunication
bool startCommunication(Puppeteer!VarMonitorTypes puppeteer, string devFilename, BaudRate baudRate, Parity parity, string logFilename)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isCommunicationOngoing
bool isCommunicationOngoing [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

next_id
int next_id;
Undocumented in source.

Variables

connectedPuppeteer
Puppeteer!VarMonitorTypes connectedPuppeteer;
Undocumented in source.

Meta