dnp3
0.9.0
|
Handler for time synchronization tasks. More...
#include <dnp3.h>
Public Attributes | |
void(* | on_complete )(dnp3_time_sync_result_t, void *) |
Called when the timesync 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 time synchronization tasks.
void(* dnp3_time_sync_task_callback_t::on_complete) (dnp3_time_sync_result_t, void *) |
Called when the timesync task reached completion or failed.
result | Result of the time synchronization task |
ctx | Context data |
void(* dnp3_time_sync_task_callback_t::on_destroy) (void *arg) |
Callback when the underlying owner doesn't need the interface anymore.
arg | Context data |