Table of Contents

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 = 3

The interface is set to full duplex.

HalfDuplex = 2

The interface is set to half duplex.

NotSupported = 4

Duplex settings are not supported on this interface.

Other = 1

The Insight Agent is unable to determine type of network interface controller dubplex state.

Unknown = 0

The duplex setting is unknown.