dnp3 (C++ API) 1.1.0
|
Callback for monitoring the client TCP connection state. More...
#include <dnp3.hpp>
Public Member Functions | |
virtual void | on_change (ClientState state)=0 |
Called when the client state changed. More... | |
Callback for monitoring the client TCP connection state.
|
pure virtual |
Called when the client state changed.
state | New state |
Implemented in dnp3::functional::ClientStateListenerLambda< T >.