dnp3 (C++ API) 1.1.0
|
class that implements ConnectionStateListener in terms of a lambda expression More...
#include <dnp3.hpp>
Public Member Functions | |
ConnectionStateListenerLambda (const T &lambda) | |
constructor More... | |
void | on_change (ConnectionState state) override |
implement virtual method from base class More... | |
virtual void | on_change (ConnectionState state)=0 |
Called when the connection state changes. More... | |
class that implements ConnectionStateListener in terms of a lambda expression
|
inline |
constructor
lambda | functor value on which to base the interface implementation |
|
inlineoverridevirtual |
implement virtual method from base class
Implements dnp3::ConnectionStateListener.