![]() |
dnp3 (C API) 1.6.0
|
The result of opening a file on the outstation. More...
#include <dnp3.h>
Data Fields | |
| uint32_t | file_handle |
| The handle assigned to the file by the outstation. More... | |
| uint32_t | file_size |
| Size of the file returned by the outstation. More... | |
| uint16_t | max_block_size |
| Maximum block size returned by the outstation. More... | |
The result of opening a file on the outstation.
| uint32_t dnp3_open_file_t::file_handle |
The handle assigned to the file by the outstation.
This must be used in subsequent requests to manipulate the file
| uint32_t dnp3_open_file_t::file_size |
Size of the file returned by the outstation.
| uint16_t dnp3_open_file_t::max_block_size |
Maximum block size returned by the outstation.
The master must respect this value when writing data to a file or the transfer may not succeed