dnp3 (C++ API) 1.6.0
Loading...
Searching...
No Matches
dnp3::OpenFile Struct Reference

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
 

Detailed Description

The result of opening a file on the outstation.

Member Data Documentation

◆ file_handle

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

◆ file_size

uint32_t dnp3::OpenFile::file_size

Size of the file returned by the outstation.

◆ max_block_size

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


The documentation for this struct was generated from the following file: