IEC_BACNET_WRITE_ITEM
(STRUCT)
TYPE IEC_BACNET_WRITE_ITEM : STRUCT
Description for the BACnetWriteItem datatype
Every Write Item structure (datatype BACNET_WRITE_ITEM) passes co-ordinates and the value of one Property to be written. BACNET_WRITE_ITEM datatype contains a Property Identifier, an Array Index (if the property is an array; VOID if not), a Priority Level (if the Property is commandable; VOID if not), and a value to modify the Property.
- InOut:
Name
Type
Comment
propID
The Property identifier
index
The optional property array index
Ihis is used only with array datatypes. For referencing non array datatypes BACNET_VOID_INDEX (-1) shall be used.
value
The property value
nPriority
The optional command priority