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

IEC_BACNET_PROPERTY_ID

The Property identifier

index

IEC_BACNET_SIGNED

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

IEC_BACNET_PROPERTY_CONTENTS

The property value

nPriority

IEC_BACNET_SIGNED

The optional command priority