opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::IListener Class Reference

Represents a running TCP or TLS listener that can be shutdown so that no new connections are accepted. More...

#include <opendnp3/channel/IListener.h>

Public Member Functions

virtual ~IListener ()
 
- Public Member Functions inherited from opendnp3::IResource
virtual ~IResource ()=default
 
virtual void Shutdown ()=0
 

Detailed Description

Represents a running TCP or TLS listener that can be shutdown so that no new connections are accepted.

Definition at line 32 of file IListener.h.

Constructor & Destructor Documentation

◆ ~IListener()

virtual opendnp3::IListener::~IListener ( )
inlinevirtual

Definition at line 35 of file IListener.h.


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