Structure IsegItemProperty

typedef struct IsegItemProperty {
 char object[FULLY_QUALIFIED_OBJECT_SIZE]; // line.module.channel.item 0.0.1.VoltageSet
 char type[DATA_TYPE_SIZE]; // "R4", "UI4", "STR", "BOOL"
 char unit[UNIT_SIZE]; // "V", "A", "C", "%", "%/s", "s"
 char access[ACCESS_SIZE]; // "R", "W", "RW"
 char quality[QUALITY_SIZE];
} IsegItemProperty;


object:
 The objects representing the fully qualified names of the data points from the connected
 hardware. That means such an object specifies the hierarchical sequence to address a
 specific data point in the connected system (interface line, device and channel address).
 Example "0.0.0.Status.VoltageMeasure"

Allowed data types of item value:

Units of Item properties:

Access rights of Item properties: