Enum NetworkingDevicePortFlowControlSetting
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the flow control setting
public enum NetworkingDevicePortFlowControlSetting
Fields
Disabled = 1Flow control is disabled
Enabled = 4Flow control is enabled on transmit and receive
NotApplicable = 999999Port speed is not applicable to this port
ReceiveEnabled = 3Flow control is enabled on receive
TransmitEnabled = 2Flow control is enabled on transmit
Unknown = 0The flow control setting of the port is unknown