![]() |
dnp3 (.NET API) 1.5.2
|
Configuration related to reading a file More...
Public Member Functions | |
| FileReadConfig | WithMaxBlockSize (ushort value) |
| Maximum block size requested by the master during the file open More... | |
| FileReadConfig | WithMaxFileSize (uint value) |
| Maximum file size accepted by the master More... | |
Static Public Member Functions | |
| static FileReadConfig | 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 file size accepted by the master 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 file size accepted by the master
| ushort dnp3.FileReadConfig.MaxBlockSize |
Maximum block size requested by the master during the file open
| uint dnp3.FileReadConfig.MaxFileSize |
Maximum file size accepted by the master