![]() |
dnp3 (.NET API) 1.6.0
|
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... | |
The result of opening a file on the outstation
|
inline |
The handle assigned to the file by the outstation
This must be used in subsequent requests to manipulate the file
|
inline |
Size of the file returned by the outstation
|
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
| uint dnp3.OpenFile.FileHandle |
The handle assigned to the file by the outstation
This must be used in subsequent requests to manipulate the file
| uint dnp3.OpenFile.FileSize |
Size of the file returned by the outstation
| 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