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.ConfigAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)


Member name | Value | Description | |
---|---|---|---|
AUTO_NEGOTIATE | 0 | The link is established based on automatic detection of speed and duplex mode. | |
FORCE_10_HALF | 1 | The link is forced to operate in 10 Mbps half-duplex mode. | |
FORCE_10_FULL | 2 | The link is forced to operate in 10 Mbps full-duplex mode. | |
FORCE_100_HALF | 3 | The link is forced to operate in 100 Mbps half-duplex mode. | |
FORCE_100_FULL | 4 | The link is forced to operate in 100 Mbps full-duplex mode. |
