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

Command Void Feature

no payload

Command Bool Feature

Bool (Byte)

Command Double Feature

Double

Command Enum Feature

Enum (Int32)

Command Int32 Feature

Int32

Command Text Feature

Text (Array of bytes)



Events Features

Event

Produced Data Type

Event Bool Feature

Bool (Byte)

Event Double Feature

Double

Event Int32 Feature

Int32

Event Text Feature

Text (Array of bytes)