#include <NConfirmationMessage.hh>
Inheritance diagram for rovsoft::messages::NConfirmationMessage:
Public Member Functions | |
NConfirmationMessage (unsigned short sa, unsigned short da, unsigned long num, unsigned char val) | |
Constructs a new confirmation message. | |
NConfirmationMessage (unsigned short sa, unsigned short da, io::IStreamer &in) throw (io::IOExceptionPtr) | |
Constructs a new confirmation message, by reading its value from the stream in. | |
Static Public Attributes | |
static const unsigned char | success = 0 |
Possible values:. | |
static const unsigned char | noSuchDeviceError = 1 |
static const unsigned char | devicePoweredDownError = 2 |
static const unsigned char | generalIOError = 3 |
static const unsigned char | targetUnreachableError = 4 |
|
Constructs a new confirmation message.
|
|
Constructs a new confirmation message, by reading its value from the stream in.
|
|
|
|
|
|
|
|
Possible values:.
|
|
|