#include <BoolCommandMessage.hh>
Inheritance diagram for rovsoft::messages::BoolCommandMessage:
Public Member Functions | |
BoolCommandMessage (unsigned short sa, unsigned short da, char val) | |
Builds a bool command message, with the value specified by val:. | |
BoolCommandMessage (unsigned short sa, unsigned short da, io::IStreamer &in) throw (io::IOExceptionPtr) | |
Builds a bool command message, that reads its value from the stream spefified with in. | |
BoolCommandMessage (const NBoolCommandMessage &orig) | |
Construct a bool command message from a numbered byte type message. |
Used for example for switching off something.
|
Builds a bool command message, with the value specified by val:.
|
|
Builds a bool command message, that reads its value from the stream spefified with in.
|
|
Construct a bool command message from a numbered byte type message.
|