dnp3  0.9.0
Public Attributes | List of all members
dnp3_outstation_transaction_t Struct Reference

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.
 

Detailed Description

Outstation transaction interface.

Member Data Documentation

◆ execute

void(* dnp3_outstation_transaction_t::execute) (dnp3_database_t *, void *)

Execute the transaction with the provided database.

Parameters
databaseDatabase
ctxContext data

◆ on_destroy

void(* dnp3_outstation_transaction_t::on_destroy) (void *arg)

Callback when the underlying owner doesn't need the interface anymore.

Parameters
argContext data

The documentation for this struct was generated from the following file: