#include <NUByteTypeMessage.hh>
Inheritance diagram for rovsoft::messages::NUByteTypeMessage:
Public Member Functions | |
NUByteTypeMessage (unsigned short sa, unsigned short da, unsigned long num, unsigned char val) | |
Constructs a new numbered unsigned Byte Type message. | |
NUByteTypeMessage (unsigned short sa, unsigned short da, io::IStreamer &in) throw (io::IOExceptionPtr) | |
Constructs a new numbered unsigned byte Type message, by reading its value from the stream in. | |
virtual void | write (io::OStreamer &out) const throw (io::IOExceptionPtr) |
Writes this message to a stream. | |
unsigned char | getValue () const |
Get the value of this message. | |
virtual int | getSize () const |
Returns the size of the message = the number of bytes that would be written by write. | |
Protected Attributes | |
unsigned char | value |
|
Constructs a new numbered unsigned Byte Type message.
|
|
Constructs a new numbered unsigned byte Type message, by reading its value from the stream in.
|
|
Returns the size of the message = the number of bytes that would be written by write. (SA and DA are not included!) Reimplemented from rovsoft::messages::ULongTypeMessage. Here is the call graph for this function: ![]() |
|
Get the value of this message.
Reimplemented from rovsoft::messages::ULongTypeMessage. |
|
Writes this message to a stream. SA and DA are not written!! Reimplemented from rovsoft::messages::ULongTypeMessage. Here is the call graph for this function: ![]() |
|
Reimplemented from rovsoft::messages::ULongTypeMessage. |