dnp3
0.9.0
|
Outstation transaction interface. More...
#include <dnp3.h>
Public Attributes | |
void(* | execute )(dnp3_database_t *, void *) |
Execute the transaction with 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. | |
Outstation transaction interface.
void(* dnp3_outstation_transaction_t::execute) (dnp3_database_t *, void *) |
Execute the transaction with the provided database.
database | Database |
ctx | Context data |
void(* dnp3_outstation_transaction_t::on_destroy) (void *arg) |
Callback when the underlying owner doesn't need the interface anymore.
arg | Context data |