IEC_BACNET_READ_LIST (STRUCT)ΒΆ

TYPE IEC_BACNET_READ_LIST : STRUCT

Contains the result of an Read Property Multiple service for one object

InOut:

Name

Type

Comment

objectID

IEC_BACNET_OBJECT_ID

The object identifier which property should be accessed.

nItemCount

IEC_BACNET_ELEMENT_COUNT

Count of BACnetPropertyReferences to read from one object.

readItems

POINTER TO IEC_BACNET_PROPERTY_REFERENCE

This parameter shall be a list of one or more BACnetPropertyReferences, each of which corresponds directly to a specific property of the object identified. The property identifier ALL means that all defined properties of the object are to be accessed, including any proprietary properties.