opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::IChannelListener Class Referenceabstract

Callback interface for receiving information about a running channel. More...

#include <opendnp3/channel/IChannelListener.h>

Public Member Functions

virtual ~IChannelListener ()
 
virtual void OnStateChange (ChannelState state)=0
 

Detailed Description

Callback interface for receiving information about a running channel.

Definition at line 31 of file IChannelListener.h.

Constructor & Destructor Documentation

◆ ~IChannelListener()

virtual opendnp3::IChannelListener::~IChannelListener ( )
inlinevirtual

Definition at line 34 of file IChannelListener.h.

Member Function Documentation

◆ OnStateChange()

virtual void opendnp3::IChannelListener::OnStateChange ( ChannelState  state)
pure virtual

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