BACNET_READ_FILE_RESULT_STREAM (STRUCT)

TYPE BACNET_READ_FILE_RESULT_STREAM : STRUCT

Describes the structure in which an AtomicReadFile response is returned.

InOut:

Name

Type

Comment

startPosition

IEC_BACNET_INTEGER

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

streamData

IEC_BACNET_OCTET_STRING

This parameter consists of an OCTET STRING that contains the requested file data.