dnp3 (C++ API) 1.1.0
|
Callback interface for connection state events. More...
#include <dnp3.hpp>
Public Member Functions | |
virtual void | on_change (ConnectionState state)=0 |
Called when the connection state changes. More... | |
Callback interface for connection state events.
|
pure virtual |
Called when the connection state changes.
state | New state of the connection |
Implemented in dnp3::functional::ConnectionStateListenerLambda< T >.