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

objectID

IEC_BACNET_OBJECT_ID

The object Identifier field

nItemCount

IEC_BACNET_UNSIGNED

The number of filled items in accessResult

nBufferCount

IEC_BACNET_UNSIGNED

The 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.

accessResult

POINTER TO IEC_BACNET_READ_RESULT_ITEM

The result of every single property