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
startRecordThis represents the number of records from the beginning of the file.
recordCountThis represents the number of records that are written to the file starting at the ‘File Start Record’.
recordDataPOINTER TO IEC_BACNET_OCTET_STRING
This contains a List of octet strings that are written to the file.