dnp3 (.NET API) 1.5.2
Loading...
Searching...
No Matches
dnp3.DirReadConfig Class Reference

Configuration related to reading a file More...

Public Member Functions

DirReadConfig WithMaxBlockSize (ushort value)
 Maximum block size requested by the master during the file open More...
 
DirReadConfig WithMaxFileSize (uint value)
 Maximum number of bytes that may be accumulated while reading directory information More...
 

Static Public Member Functions

static DirReadConfig Defaults ()
 Initialize the configuration to default values More...
 

Public Attributes

ushort MaxBlockSize
 Maximum block size requested by the master during the file open More...
 
uint MaxFileSize
 Maximum number of bytes that may be accumulated while reading directory information More...
 

Detailed Description

Configuration related to reading a file

Member Function Documentation

◆ Defaults()

static DirReadConfig dnp3.DirReadConfig.Defaults ( )
inlinestatic

Initialize the configuration to default values

Default values:

Returns
Initialized DirReadConfig instance

◆ WithMaxBlockSize()

DirReadConfig dnp3.DirReadConfig.WithMaxBlockSize ( ushort  value)
inline

Maximum block size requested by the master during the file open

◆ WithMaxFileSize()

DirReadConfig dnp3.DirReadConfig.WithMaxFileSize ( uint  value)
inline

Maximum number of bytes that may be accumulated while reading directory information

Member Data Documentation

◆ MaxBlockSize

ushort dnp3.DirReadConfig.MaxBlockSize

Maximum block size requested by the master during the file open

◆ MaxFileSize

uint dnp3.DirReadConfig.MaxFileSize

Maximum number of bytes that may be accumulated while reading directory information


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