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
objectIDThe object identifier which property should be accessed.
nItemCountCount of BACnetPropertyReferences to read from one object.
readItemsPOINTER 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.