![]() |
dnp3 (C++ API) 1.6.0
|
The result of opening a file on the outstation. More...
#include <dnp3.hpp>
Public Attributes | |
| 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... | |
Friends | |
| class | CppOpenFileFriend |
The result of opening a file on the outstation.
| uint32_t dnp3::OpenFile::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::OpenFile::file_size |
Size of the file returned by the outstation.
| uint16_t dnp3::OpenFile::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