dnp3 (C++ API) 1.1.0
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 pure virtual methods

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: