NetworkInterface.LinkStatusPriority Property

The RT-TCP/IP stack's link status thread priority. This property should not be altered if the interface is for the Virtual Network.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public uint LinkStatusPriority { get; set; }

Property Value

Type: UInt32
The link status priority.

Implements

IConfigNetworkInterfaceLinkStatusPriority
Exceptions
ExceptionCondition
RTX64InvalidPropertyValueException Thrown if an attempt is made to set this property to a value less than 0 or greater than 127.
See Also