Enum DuplexStatus
- Namespace
- Skyline.DataMiner.Utils.Interfaces
- Assembly
- Skyline.DataMiner.Utils.Interfaces.dll
Represents the duplex status of the interface. This is needed to calculate the utilization.
public enum DuplexStatus
Fields
FullDuplex = 3
The duplex status is full duplex. Calculating the utilization will be based on the rate that is the highest: input or output rate.
HalfDuplex = 2
The duplex status is half duplex. Calculating the utilization will be based on the sum of the input rate and output rate.
NotInitialized = 0
The duplex status is not known yet. Calculating the utilization will not be possible.
Unknown = 1
The duplex status is a value that is neither half duplex nor full duplex. Calculating the utilization will not be possible.