Handler for read tasks.
More...
#include <dnp3.hpp>
Handler for read tasks.
- Note
- this class is an "interface" and only has pure virtual methods
◆ on_complete()
virtual void dnp3::ReadTaskCallback::on_complete |
( |
Nothing |
result | ) |
|
|
pure virtual |
Invoked when the asynchronous operation completes successfully.
- Parameters
-
result | Result of the read task |
◆ on_failure()
virtual void dnp3::ReadTaskCallback::on_failure |
( |
ReadError |
error | ) |
|
|
pure virtual |
Invoked when the asynchronous operation fails.
- Parameters
-
error | Enumeration indicating which error occurred |
The documentation for this class was generated from the following file: