dnp3 (C++ API) 1.1.0
|
Handler for link status check. More...
#include <dnp3.hpp>
Public Member Functions | |
virtual void | on_complete (Nothing result)=0 |
Invoked when the asynchronous operation completes successfully. More... | |
virtual void | on_failure (LinkStatusError error)=0 |
Invoked when the asynchronous operation fails. More... | |
Handler for link status check.
|
pure virtual |
Invoked when the asynchronous operation completes successfully.
result | Result of the link status |
|
pure virtual |
Invoked when the asynchronous operation fails.
error | Enumeration indicating which error occurred |