IEC_BACNET_RANGE_FLAGS (ENUM)

TYPE IEC_BACNET_RANGE_FLAGS :

Describes the result of an BACnetReadRange service request.

This enumeration, of type BACnetResultFlags, shall transport several flags that describe characteristics of the response data.

InOut:

Name

Initial

Comment

_BACNET_RANGE_MAX_SIZE

16#7FFFFFFF

BACNET_FIRST_ITEM

0

The FIRST_ITEM flag indicates whether this response includes the first list or array element (in the case of positional indexing), or the oldest timestamped item (in the case of time indexing).

BACNET_LAST_ITEM

1

The LAST_ITEM flag indicates whether this response includes the last list or array element (in the case of positional indexing), or the newest timestamped item (in the case of time indexing).

BACNET_MORE_ITEMS

2

The MORE_ITEMS flag indicates whether more items matched the request but were not transmittable within the last response.