![]() |
dnp3 (C API) 1.1.0
|
Database transaction interface. More...
#include <dnp3.h>
Data Fields | |
| void(* | execute )(dnp3_database_t *, void *) |
| Execute a transaction on the provided database. More... | |
| void(* | on_destroy )(void *arg) |
| Callback when the underlying owner doesn't need the interface anymore. More... | |
| void * | ctx |
| Context data. More... | |
Database transaction interface.
| void* dnp3_database_transaction_t::ctx |
Context data.
| void(* dnp3_database_transaction_t::execute) (dnp3_database_t *, void *) |
Execute a transaction on the provided database.
| database | Database |
| ctx | Context data |
| void(* dnp3_database_transaction_t::on_destroy) (void *arg) |
Callback when the underlying owner doesn't need the interface anymore.
| arg | Context data |