/
Specifying the Program ID

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")

Related content

Defining the Program ID
Defining the Program ID
More like this
Specifying IML Device Options
Specifying IML Device Options
More like this
Creating an IzoT Application Object
Creating an IzoT Application Object
More like this
Configuring the IzoT Server Overview
Configuring the IzoT Server Overview
More like this
Creating an Izot Device Class File
Creating an Izot Device Class File
More like this
Starting the IzoT Application
Starting the IzoT Application
More like this