STRUCT_BACNET_WRITE_FILE_DATA_RECORD (STRUCT)

TYPE STRUCT_BACNET_WRITE_FILE_DATA_RECORD : STRUCT

Specifies the structure to write data to file objects.

InOut:

Name

Type

Comment

startRecord

IEC_BACNET_INTEGER

This represents the number of records from the beginning of the file.

recordCount

IEC_BACNET_UNSIGNED

This represents the number of records that are written to the file starting at the ‘File Start Record’.

recordData

POINTER TO IEC_BACNET_OCTET_STRING

This contains a List of octet strings that are written to the file.