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
deviceIDThe device object identifier this property belongs to
objectIDThe object identifier this property belongs to
propIDThe property identifier which is referenced
indexThe optional property array index
Ihis is used only with array datatypes. For referencing non array datatypes BACNET_VOID_INDEX (-1) shall be used.
valueThe value buffer associated with the property reference.