IEC_BACNET_DEV_OBJ_PROP_VALUE (STRUCT)ΒΆ
TYPE IEC_BACNET_DEV_OBJ_PROP_VALUE : STRUCT
Definition of the BACnetDeviceObjectPropertyValue structure
A Device object Property Value identifies a Property indicating its co-ordinates and a value as Property contents data structure. It consists of Device identifier, object Identifier, Property Identifier and optional Array Index. The Array index attribute may be BACNET_VOID_INDEX (-1). A Property Contents containing data of this type will have its tag equal to DATA_TYPE_DEV_OBJ_PROP_VALUE.
- InOut:
Name
Type
Comment
deviceID
The device object identifier this property belongs to
objectID
The object identifier this property belongs to
propID
The property identifier which is referenced
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 value buffer associated with the property reference.