IEC_BACNET_READ_RANGE_RESULT (STRUCT)ΒΆ
TYPE IEC_BACNET_READ_RANGE_RESULT : STRUCT
Specifies the result structure on successful service completion.
- InOut:
Name
Type
Comment
objectIDThe object identifier which property should be accessed.
ePropertyIDThe property identifier specifies the property to be accessed.
nIndexThe index specifies if a single element or the whole array is accessed.
resultFlagsThis parameter, of type BACnetResultFlags, shall transport several flags that describe characteristics of the response data.
The FIRST_ITEM flag indicates that this response includes the element. The LAST_ITEM flag indicates that this response includes the last element. The MORE_ITEMS flag indicates that more items matched the request but no space for transmitting was available.
itemDataThis parameter consists of a list of the requested data.
firstSequenceNumThe sequence number of the first item is returned with this optional parameter.