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

IEC_BACNET_OBJECT_ID

The device object identifier this property belongs to

objectID

IEC_BACNET_OBJECT_ID

The object identifier this property belongs to

propID

IEC_BACNET_PROPERTY_ID

The property identifier which is referenced

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 value buffer associated with the property reference.