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
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
This parameter consists of an OCTET STRING that contains the requested file data.