Features
A Feature is implemented in a Embedded Target.
There are two kinds of Features, Events and Commands.
An Event produces data and sends the data in a message to Azande Studio.
A Command is executed when a message, with data, from Azande Studio arrives.
There are a number of predefined Commands and Events.
Command Features
Command |
Argument Type |
no payload |
|
Bool (Byte) |
|
Double |
|
Enum (Int32) |
|
Int32 |
|
Text (Array of bytes) |
Events Features
Event |
Produced Data Type |
Bool (Byte) |
|
Double |
|
Int32 |
|
Text (Array of bytes) |