![]() |
dnp3 (.NET API) 1.6.0
|
Callback interface used when obtaining an authentication key More...
Inherited by dnp3.FileAuthCallback.
Public Member Functions | |
| void | OnComplete (uint result) |
| Invoked when the asynchronous operation completes successfully More... | |
| void | OnFailure (FileError error) |
| Invoked when the asynchronous operation fails More... | |
Callback interface used when obtaining an authentication key
| void dnp3.IFileAuthCallback.OnComplete | ( | uint | result | ) |
Invoked when the asynchronous operation completes successfully
| result | File authentication key |
| void dnp3.IFileAuthCallback.OnFailure | ( | FileError | error | ) |
Invoked when the asynchronous operation fails
| error | Enumeration indicating which error occurred |