STRUCT_BACNET_READ_RANGE_RANGE_SEQUENCE (STRUCT)¶
TYPE STRUCT_BACNET_READ_RANGE_RANGE_SEQUENCE : STRUCT
Specifies the range type associated data structure
The Read-Range data types transport information for the Read Range service API routines. The Read Range service permits reading a specific range of data items from properties that are either lists or arrays of lists.
- InOut:
Name
Type
Comment
nRefSequenceNum
The ‘Reference Sequence Number’ parameter specifies the sequence number of the first (if ‘Count’ is positive) or last (if ‘Count’ is negative) item to be read.
nCount
The absolute value of the ‘Count’ parameter specifies the number of records to be read. If ‘Count’ is positive, the record specified by ‘Reference Sequence Number’ shall be the first and oldest record read and returned. If ‘Count’ is negative the record specified by ‘Reference Sequence Number’ shall be the last and newest record read and returned. ‘Count’ shall not be zero.