dnp3
0.9.0
|
Functional adapter of IOutstationTransaction More...
Public Member Functions | |
OutstationTransaction (Action< Database > action) | |
Functional constructor More... | |
void | Execute (Database database) |
Execute the transaction with the provided database More... | |
Functional adapter of IOutstationTransaction
|
inline |
Functional constructor
action | Callback to execute |
|
inline |
Execute the transaction with the provided database
database | Database |
Implements dnp3.IOutstationTransaction.