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
startRecordThis 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.
retRecordCountThis 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’.
recordDataThis parameter consists of a List of OCTET STRINGs that contain the requested file data.