dnp3
0.9.0
|
Handler for link status check. More...
#include <dnp3.h>
Public Attributes | |
void(* | on_complete )(dnp3_link_status_result_t, void *) |
Called when a link status is received. More... | |
void(* | on_destroy )(void *arg) |
Callback when the underlying owner doesn't need the interface anymore. More... | |
void * | ctx |
Context data. | |
Handler for link status check.
void(* dnp3_link_status_callback_t::on_complete) (dnp3_link_status_result_t, void *) |
Called when a link status is received.
result | Result of the link status |
ctx | Context data |
void(* dnp3_link_status_callback_t::on_destroy) (void *arg) |
Callback when the underlying owner doesn't need the interface anymore.
arg | Context data |