![]() |
dnp3 (.NET API) 1.6.0
|
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... | |
Configuration that controls how the server performs remote link identification
|
inline |
Initialize to default values
Default values:
|
inline |
Set the decode level to use when reading the link header used for identification
|
inline |
Set the maximum number of simultaneous tasks used to perform link identification
|
inline |
Maximum time period to wait before receiving a link frame from the outstation
| PhysDecodeLevel dnp3.LinkIdConfig.DecodeLevel |
Set the decode level to use when reading the link header used for identification
| ushort dnp3.LinkIdConfig.MaxTasks |
Set the maximum number of simultaneous tasks used to perform link identification
| TimeSpan dnp3.LinkIdConfig.Timeout |
Maximum time period to wait before receiving a link frame from the outstation