dnp3 (C++ API) 1.1.0
|
Callback interface for receiving updates about the state of a serial port. More...
#include <dnp3.hpp>
Public Member Functions | |
virtual void | on_change (PortState state)=0 |
Invoked when the serial port changes state. More... | |
Callback interface for receiving updates about the state of a serial port.
|
pure virtual |
Invoked when the serial port changes state.
state | New state of the port |
Implemented in dnp3::functional::PortStateListenerLambda< T >.