![]() |
dnp3 (.NET API) 1.6.0
|
Callback interface used when opening a file More...
Inherited by dnp3.FileOpenCallback.
Public Member Functions | |
| void | OnComplete (OpenFile result) |
| Invoked when the asynchronous operation completes successfully More... | |
| void | OnFailure (FileError error) |
| Invoked when the asynchronous operation fails More... | |
Callback interface used when opening a file
| void dnp3.IFileOpenCallback.OnComplete | ( | OpenFile | result | ) |
Invoked when the asynchronous operation completes successfully
| result | Value describing the open file |
| void dnp3.IFileOpenCallback.OnFailure | ( | FileError | error | ) |
Invoked when the asynchronous operation fails
| error | Enumeration indicating which error occurred |