dnp3 (C++ API) 1.6.0
Loading...
Searching...
No Matches
dnp3::ConnectionStateListener Class Referenceabstract

Callback interface for connection state events. More...

#include <dnp3.hpp>

Inheritance diagram for dnp3::ConnectionStateListener:
dnp3::functional::ConnectionStateListenerLambda< T >

Public Member Functions

virtual void on_change (ConnectionState state)=0
 Called when the connection state changes. More...
 

Detailed Description

Callback interface for connection state events.

Note
this class is an "interface" and only has virtual methods, some of which may have default implementations.

Member Function Documentation

◆ on_change()

virtual void dnp3::ConnectionStateListener::on_change ( ConnectionState  state)
pure virtual

Called when the connection state changes.

Parameters
stateNew state of the connection

Implemented in dnp3::functional::ConnectionStateListenerLambda< T >.


The documentation for this class was generated from the following file: