Inheritance diagram for Common::Message:

Public Member Functions | |
| Message () | |
| Message (MessageType type) | |
| byte[] | ToByteArray () |
Properties | |
| abstract byte[] | RawData |
| MessageType | type |
| ushort | destination |
| ushort | source |
| MessageType | Type |
| ushort | Destination |
| bool | isLowPriority = false |
Definition at line 10 of file Common/Message.cs.
|
|
<summary> Creates a new message object </summary> Definition at line 54 of file Common/Message.cs. |
|
|
<summary> Creates a new Message object with an associated message type </summary> <param name="type">The message type of the new message object</param> Definition at line 60 of file Common/Message.cs. |
|
|
Methods * Definition at line 65 of file Common/Message.cs. |
|
|
<summary> Destination of the message </summary> Definition at line 26 of file Common/Message.cs. |
|
|
<summary> Gets byte array representation of message *data* (NOT of tag + data). </summary> <returns>binary reprsentation of message</returns> Definition at line 15 of file Common/Message.cs. |
|
|
<summary> Which device ID the message came from. This field is not serialised. </summary> Definition at line 32 of file Common/Message.cs. Referenced by ProtocolStack::OutgoingMessageQueue::DemuxToTransmissionQueues(). |
|
|
<summary> Property for getting and setting the type of the message </summary> Definition at line 38 of file Common/Message.cs. Referenced by Client::HTTPResponseHandler::Handle(). |
|
|
<summary> The type of message (defined by an enumeration) </summary> Definition at line 22 of file Common/Message.cs. |
1.3.9.1