IEC_BACNET_READ_RESULT_LIST (STRUCT)ΒΆ
TYPE IEC_BACNET_READ_RESULT_LIST : STRUCT
Contains the result of reading all the properties which belong to a single object.
This datatype contains the result of reading all the properties which belong to a single object. This datatype contains an object Identifier field, a pointer to a buffer in which to place a list of Read Result Items, the size of the buffer expressed as a number of Read Result Items, and the actual number of Read Result Items which the Read Property Multiple service will transport.
- InOut:
Name
Type
Comment
objectIDThe object Identifier field
nItemCountThe number of filled items in accessResult
nBufferCountThe total number of buffer items available in accessResult
This member is only of interest if the application provides the buffer to store the values. If the BACnet API provides the buffer this is the save as member nItemCount.
accessResultPOINTER TO IEC_BACNET_READ_RESULT_ITEM
The result of every single property