IEC_BACNET_PROPERTY_ACCESS_RESULT (STRUCT)ΒΆ

TYPE IEC_BACNET_PROPERTY_ACCESS_RESULT : STRUCT

Definition of the BACnetPropertyAccessResult structure

This structure, of type BACnetPropertyAccessResult, contains the values of all the properties specified in the Group_Members property of an Global-Group-object. The array index shall match the corresponding array index in Group_Members of an Global-Group-object.

InOut:

Name

Type

Comment

objectID

IEC_BACNET_OBJECT_ID

The object identifier the property belongs to

propID

IEC_BACNET_PROPERTY_ID

The property identifier which is referenced

index

IEC_BACNET_ARRAY_INDEX

The index specifies if a single element or the whole array is accessed.

fDevicePresent

IEC_BACNET_BOOLEAN

If set to True the device object identifier is valid

deviceID

IEC_BACNET_OBJECT_ID

The optional device object identifier which references the device

status

IEC_BACNET_BOOLEAN

If set to True the access has been successful

result

UNION_BACNET_PROPERTY_ACCESS_RESULT

Holds the structures to store the error or value information read