![]() |
dnp3 (.NET API) 1.5.2
|
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... | |
Configuration related to reading a file
|
inlinestatic |
Initialize the configuration to default values
Default values:
|
inline |
Maximum block size requested by the master during the file open
|
inline |
Maximum number of bytes that may be accumulated while reading directory information
ushort dnp3.DirReadConfig.MaxBlockSize |
Maximum block size requested by the master during the file open
uint dnp3.DirReadConfig.MaxFileSize |
Maximum number of bytes that may be accumulated while reading directory information