dnp3 (.NET API) 1.6.0
Loading...
Searching...
No Matches
dnp3.AcceptHandler Class Reference

Class used to accept a connection, reject it, or defer it to link identification More...

Public Member Functions

ParamError Accept (LinkErrorMode errorMode, MasterChannelConfig config)
 Accept the connection and create a master channel More...
 
ParamError GetLinkIdentity ()
 Request that server attempt to identify the outstation by reading a link-layer header from the physical layer within a timeout. More...
 

Detailed Description

Class used to accept a connection, reject it, or defer it to link identification

Member Function Documentation

◆ Accept()

ParamError dnp3.AcceptHandler.Accept ( LinkErrorMode  errorMode,
MasterChannelConfig  config 
)
inline

Accept the connection and create a master channel

Parameters
errorModeError mode to use for the link-layer. This should typically be LinkErrorMode.Close
configConfiguration of the channel
Returns
Enumeration describing the result of the operation

◆ GetLinkIdentity()

ParamError dnp3.AcceptHandler.GetLinkIdentity ( )
inline

Request that server attempt to identify the outstation by reading a link-layer header from the physical layer within a timeout.

This header is typically the beginning of an unsolicited fragment from the outstation.

Returns
Enumeration describing the result of the operation

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