dnp3 (C API) 1.6.0
Loading...
Searching...
No Matches
dnp3_open_file_t Struct Reference

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...
 

Detailed Description

The result of opening a file on the outstation.

Field Documentation

◆ file_handle

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

◆ file_size

uint32_t dnp3_open_file_t::file_size

Size of the file returned by the outstation.

◆ max_block_size

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


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