![]() |
dnp3 (C++ API) 1.6.0
|
Callback interface for any task that expects an empty response. 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 (EmptyResponseError error)=0 |
| Invoked when the asynchronous operation fails. More... | |
Callback interface for any task that expects an empty response.
|
pure virtual |
Invoked when the asynchronous operation completes successfully.
| result | Result of operation |
|
pure virtual |
Invoked when the asynchronous operation fails.
| error | Enumeration indicating which error occurred |