dnp3 (C++ API) 1.1.0
dnp3::ClientStateListener Class Referenceabstract

Callback for monitoring the client TCP connection state. More...

#include <dnp3.hpp>

Inheritance diagram for dnp3::ClientStateListener:
dnp3::functional::ClientStateListenerLambda< T >

Public Member Functions

virtual void on_change (ClientState state)=0
 Called when the client state changed. More...
 

Detailed Description

Callback for monitoring the client TCP connection state.

Note
this class is an "interface" and only has pure virtual methods

Member Function Documentation

◆ on_change()

virtual void dnp3::ClientStateListener::on_change ( ClientState  state)
pure virtual

Called when the client state changed.

Parameters
stateNew state

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


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