dnp3
0.9.0
|
Handler for command tasks. More...
#include <dnp3.h>
Public Attributes | |
void(* | on_complete )(dnp3_command_result_t, void *) |
Called when the command task reached completion or failed. More... | |
void(* | on_destroy )(void *arg) |
Callback when the underlying owner doesn't need the interface anymore. More... | |
void * | ctx |
Context data. | |
Handler for command tasks.
void(* dnp3_command_task_callback_t::on_complete) (dnp3_command_result_t, void *) |
Called when the command task reached completion or failed.
result | Result of the command task |
ctx | Context data |
void(* dnp3_command_task_callback_t::on_destroy) (void *arg) |
Callback when the underlying owner doesn't need the interface anymore.
arg | Context data |