opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
Callback interface invoked when a new connection is accepted. More...
#include <opendnp3/master/ISessionAcceptor.h>
Public Member Functions | |
virtual | ~ISessionAcceptor () |
virtual std::shared_ptr< IMasterSession > | AcceptSession (const std::string &sessionid, std::shared_ptr< ISOEHandler > SOEHandler, std::shared_ptr< IMasterApplication > application, const MasterStackConfig &config)=0 |
Callback interface invoked when a new connection is accepted.
Definition at line 36 of file ISessionAcceptor.h.
|
inlinevirtual |
Definition at line 39 of file ISessionAcceptor.h.
|
pure virtual |