

Public Member Functions | |
| ClMsgPhyOnOffSwitch () | |
| ClMsgPhyOnOffSwitch (int destination) | |
| void | setOn () |
| void | setOff () |
| bool | isOn () |
| ClMessage * | copy () |
Private Attributes | |
| bool | turnOn |
Definition at line 58 of file clmsg-phy-on-off-switch.h.
| ClMessage * ClMsgPhyOnOffSwitch::copy | ( | ) | [virtual] |
Return a copy of the message
Reimplemented from ClMessage.
Definition at line 61 of file clmsg-phy-on-off-switch.cc.
1.5.2