![]() |
Roboid Control for C#
|
Message for communicating the URL for a model of the thing.
Public Member Functions | |
ModelUrlMsg (byte networkId, Thing thing) | |
Create a new message for sending. | |
ModelUrlMsg (byte networkId, byte thingId, string url) | |
Create a new message for sending. | |
ModelUrlMsg (byte[] buffer) | |
override byte | Serialize (ref byte[] buffer) |
Public Attributes | |
byte | networkId |
The network ID of the thing. | |
byte | thingId |
The ID of the thing. | |
string | url = null |
The URL of the model. | |
Static Public Attributes | |
const byte | Id = 0x90 |
The message ID. | |
const byte | length = 4 |
The length of the message without th URL itself. | |
RoboidControl.ModelUrlMsg.ModelUrlMsg | ( | byte | networkId, |
Thing | thing | ||
) |
Create a new message for sending.
networkId | The network ID of the thing |
thing | The thing for which to send the model URL |
RoboidControl.ModelUrlMsg.ModelUrlMsg | ( | byte | networkId, |
byte | thingId, | ||
string | url | ||
) |
Create a new message for sending.
networkId | The network ID of the thing |
thingId | The ID of the thing |
url | The URL to send |
RoboidControl.ModelUrlMsg.ModelUrlMsg | ( | byte[] | buffer | ) |
|
virtual |
Reimplemented from RoboidControl.IMessage.