Enum ManagementControllerDuplexSetting
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the duplex settings on a management controller's interface.
public enum ManagementControllerDuplexSetting
Fields
FullDuplex = 3The interface is set to full duplex.
HalfDuplex = 2The interface is set to half duplex.
NotSupported = 4Duplex settings are not supported on this interface.
Other = 1The Insight Agent is unable to determine type of network interface controller dubplex state.
Unknown = 0The duplex setting is unknown.