CommandResponse

Constructors

this
this(TxStatus txStatus)
Undocumented in source.

Members

Functions

attachCommand
void attachCommand(ICommand cmd)
Undocumented in source. Be warned that the author may not have intended to support it.
isCommandAttatched
bool isCommandAttatched()
Undocumented in source. Be warned that the author may not have intended to support it.
notifyCommandResponse
void notifyCommandResponse()
Undocumented in source. Be warned that the author may not have intended to support it.
txStatus
TxStatus txStatus()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cmd
ICommand cmd;
Undocumented in source.
scheduler
CommandScheduler scheduler;
Undocumented in source.

Inherited Members

From ICommandResponse

txStatus
TxStatus txStatus()
Undocumented in source.
notifyCommandResponse
void notifyCommandResponse()
Undocumented in source.
isCommandAttatched
bool isCommandAttatched()
Undocumented in source.
attachCommand
void attachCommand(ICommand cmd)
Undocumented in source.

Meta