IEC_BACNET_PROPERTY_ACCESS_RESULT (STRUCT)ΒΆ
TYPE IEC_BACNET_PROPERTY_ACCESS_RESULT : STRUCT
Definition of the BACnetPropertyAccessResult structure
This structufre, 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- The object identifier the 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. - fDevicePresent- If set to True the device object identifier is valid - deviceID- The optional device object identifier which references the device - status- If set to True the access has been successful - result- Holds the structures to store the error or value information read 
