![]() |
dnp3 (C API) 1.1.0
|
Callback for monitoring the client TCP connection state. More...
#include <dnp3.h>
Data Fields | |
| void(* | on_change )(dnp3_client_state_t, void *) |
| Called when the client state changed. More... | |
| void(* | on_destroy )(void *arg) |
| Callback when the underlying owner doesn't need the interface anymore. More... | |
| void * | ctx |
| Context data. More... | |
Callback for monitoring the client TCP connection state.
| void* dnp3_client_state_listener_t::ctx |
Context data.
| void(* dnp3_client_state_listener_t::on_change) (dnp3_client_state_t, void *) |
Called when the client state changed.
| state | New state |
| ctx | Context data |
| void(* dnp3_client_state_listener_t::on_destroy) (void *arg) |
Callback when the underlying owner doesn't need the interface anymore.
| arg | Context data |