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

Configuration that controls how the server performs remote link identification More...

Public Member Functions

LinkIdConfig WithMaxTasks (ushort value)
 Set the maximum number of simultaneous tasks used to perform link identification More...
 
LinkIdConfig WithTimeout (TimeSpan value)
 Maximum time period to wait before receiving a link frame from the outstation More...
 
LinkIdConfig WithDecodeLevel (PhysDecodeLevel value)
 Set the decode level to use when reading the link header used for identification More...
 
 LinkIdConfig ()
 Initialize to default values More...
 

Public Attributes

ushort MaxTasks
 Set the maximum number of simultaneous tasks used to perform link identification More...
 
TimeSpan Timeout
 Maximum time period to wait before receiving a link frame from the outstation More...
 
PhysDecodeLevel DecodeLevel
 Set the decode level to use when reading the link header used for identification More...
 

Detailed Description

Configuration that controls how the server performs remote link identification

Constructor & Destructor Documentation

◆ LinkIdConfig()

dnp3.LinkIdConfig.LinkIdConfig ( )
inline

Initialize to default values

Default values:

Member Function Documentation

◆ WithDecodeLevel()

LinkIdConfig dnp3.LinkIdConfig.WithDecodeLevel ( PhysDecodeLevel  value)
inline

Set the decode level to use when reading the link header used for identification

◆ WithMaxTasks()

LinkIdConfig dnp3.LinkIdConfig.WithMaxTasks ( ushort  value)
inline

Set the maximum number of simultaneous tasks used to perform link identification

◆ WithTimeout()

LinkIdConfig dnp3.LinkIdConfig.WithTimeout ( TimeSpan  value)
inline

Maximum time period to wait before receiving a link frame from the outstation

Member Data Documentation

◆ DecodeLevel

PhysDecodeLevel dnp3.LinkIdConfig.DecodeLevel

Set the decode level to use when reading the link header used for identification

◆ MaxTasks

ushort dnp3.LinkIdConfig.MaxTasks

Set the maximum number of simultaneous tasks used to perform link identification

◆ Timeout

TimeSpan dnp3.LinkIdConfig.Timeout

Maximum time period to wait before receiving a link frame from the outstation


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