![]() |
dnp3 (.NET API) 1.5.2
|
Handler for link status check More...
Inherited by dnp3.LinkStatusCallback.
Public Member Functions | |
| void | OnComplete (Nothing result) |
| Invoked when the asynchronous operation completes successfully More... | |
| void | OnFailure (LinkStatusError error) |
| Invoked when the asynchronous operation fails More... | |
Handler for link status check
| void dnp3.ILinkStatusCallback.OnComplete | ( | Nothing | result | ) |
Invoked when the asynchronous operation completes successfully
| result | Result of the link status |
| void dnp3.ILinkStatusCallback.OnFailure | ( | LinkStatusError | error | ) |
Invoked when the asynchronous operation fails
| error | Enumeration indicating which error occurred |