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