dnp3 (C++ API) 1.1.0
|
Handler for time synchronization tasks. 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 (TimeSyncError error)=0 |
Invoked when the asynchronous operation fails. More... | |
Handler for time synchronization tasks.
|
pure virtual |
Invoked when the asynchronous operation completes successfully.
result | Result of the time synchronization task |
|
pure virtual |
Invoked when the asynchronous operation fails.
error | Enumeration indicating which error occurred |