![]() |
rodbus (C++ API) 1.3.1
|
Callback used to access the internal database while it is locked. More...
#include <rodbus.hpp>
Public Member Functions | |
| virtual void | callback (Database &database)=0 |
| callback function More... | |
Callback used to access the internal database while it is locked.
|
pure virtual |
callback function
| database | Database on which to perform updates |
Implemented in rodbus::functional::DatabaseCallbackLambda< T >.