BACNET_READ_FILE_RESULT_RECORD (STRUCT)

TYPE BACNET_READ_FILE_RESULT_RECORD : STRUCT

Describes the structure in which an AtomicReadFile response is returned.

InOut:

Name

Type

Comment

startRecord

IEC_BACNET_INTEGER

This parameter, of type INTEGER, represents the number of records from the beginning of the file from which the start of the data was read. A ‘File Start Record’ of 0 is the first record of the file.

retRecordCount

IEC_BACNET_UNSIGNED

This parameter, of type Unsigned, represents the number of records that were actually read from the file, which may be less than the ‘Requested Record Count’.

recordData

IEC_BACNET_BUFFER

This parameter consists of a List of OCTET STRINGs that contain the requested file data.