Feature Data Messages
Feature Data Messages are sent:
- When user activates a COMMAND in Azande Studio, usually by pressing a Feature Panel button.
- When Target generates an EVENT.
Commands are sent from Azande Studio to Target
Command |
Payload Type |
Payload byte length |
no payload |
0 |
|
Bool (Byte) |
1 |
|
Double |
8 |
|
Enum (Int32) |
4 |
|
Int32 |
4 |
|
Text (Array of bytes) |
variable |
Events are sent from Target to Azande Studio
Event |
Payload Type |
Payload byte length |
Bool (Byte) |
1 |
|
Double |
8 |
|
Int32 |
4 |
|
Text (Array of bytes) |
variable |