Specifying the Program ID
You must assign a unique identifier to each IzoT application that you create. This identifier is called the program ID. See Program ID for a description of the program ID format and fields.
To specify the program ID, use the IML programId option.
Example
#include "IzoTDev.h" Â //@IzoT option programId("9F:FF:FF:05:00:00:00:01") Â UFPTiotNodeObject(nodeObject) nodeObject; Â Â Â Â Â Â //@IzoT Block external("nodeObj") UFPTiotAnalogInput(analogInput) analogInput; Â Â Â //@IzoT Block external("ai") UFPTiotAnalogOutput(analogOutput) analogOutput; //@Izot Block external("ao")