![]() |
rodbus (C API) 1.3.1
|
Callback used to access the internal database while it is locked. More...
#include <rodbus.h>
Data Fields | |
| void(* | callback )(rodbus_database_t *, void *) |
| callback function More... | |
| void(* | on_destroy )(void *arg) |
| Callback when the underlying owner doesn't need the interface anymore. More... | |
| void * | ctx |
| Context data. More... | |
Callback used to access the internal database while it is locked.
| void(* rodbus_database_callback_t::callback) (rodbus_database_t *, void *) |
callback function
| database | Database on which to perform updates |
| ctx | Context data |
| void* rodbus_database_callback_t::ctx |
Context data.
| void(* rodbus_database_callback_t::on_destroy) (void *arg) |
Callback when the underlying owner doesn't need the interface anymore.
| arg | Context data |