NetworkInterface.SpeedDuplexType Enumeration

This enumeration represents the various speed/duplex types that a given network interface can use. Enumerators from this enumeration can be assigned to property speedDuplex on this class.

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

Syntax
public enum SpeedDuplexType
Members
Member nameValueDescription
AUTO_NEGOTIATE0 The link is established based on automatic detection of speed and duplex mode.
FORCE_10_HALF1The link is forced to operate in 10 Mbps half-duplex mode.
FORCE_10_FULL2The link is forced to operate in 10 Mbps full-duplex mode.
FORCE_100_HALF3The link is forced to operate in 100 Mbps half-duplex mode.
FORCE_100_FULL4The link is forced to operate in 100 Mbps full-duplex mode.
See Also