dnp3 (.NET API) 1.6.0
Loading...
Searching...
No Matches
dnp3.OpenFile Class Reference

The result of opening a file on the outstation More...

Public Member Functions

OpenFile WithFileHandle (uint value)
 The handle assigned to the file by the outstation More...
 
OpenFile WithFileSize (uint value)
 Size of the file returned by the outstation More...
 
OpenFile WithMaxBlockSize (ushort value)
 Maximum block size returned by the outstation More...
 

Public Attributes

uint FileHandle
 The handle assigned to the file by the outstation More...
 
uint FileSize
 Size of the file returned by the outstation More...
 
ushort MaxBlockSize
 Maximum block size returned by the outstation More...
 

Detailed Description

The result of opening a file on the outstation

Member Function Documentation

◆ WithFileHandle()

OpenFile dnp3.OpenFile.WithFileHandle ( uint  value)
inline

The handle assigned to the file by the outstation

This must be used in subsequent requests to manipulate the file

◆ WithFileSize()

OpenFile dnp3.OpenFile.WithFileSize ( uint  value)
inline

Size of the file returned by the outstation

◆ WithMaxBlockSize()

OpenFile dnp3.OpenFile.WithMaxBlockSize ( ushort  value)
inline

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

Member Data Documentation

◆ FileHandle

uint dnp3.OpenFile.FileHandle

The handle assigned to the file by the outstation

This must be used in subsequent requests to manipulate the file

◆ FileSize

uint dnp3.OpenFile.FileSize

Size of the file returned by the outstation

◆ MaxBlockSize

ushort dnp3.OpenFile.MaxBlockSize

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 class was generated from the following file: