Avaya Client Services API Reference (iOS)
Enumerations
CSLayer2PriorityMarking.h File Reference
#import <Foundation/Foundation.h>

Enumerations

enum  CSLayer2PriorityMarking {
  CSLayer2PriorityMarkingBestEffort,
  CSLayer2PriorityMarkingBackground,
  CSLayer2PriorityMarkingExcellentEffort,
  CSLayer2PriorityMarkingCriticalApplication,
  CSLayer2PriorityMarkingVideo,
  CSLayer2PriorityMarkingVoice,
  CSLayer2PriorityMarkingInternetworkControl,
  CSLayer2PriorityMarkingNetworkControl,
  CSLayer2PriorityMarkingAutomatic
}
 Enum indicating the priority levels for implementing quality of service (QoS) at the media access control (MAC) level. More...
 

Enumeration Type Documentation

Enum indicating the priority levels for implementing quality of service (QoS) at the media access control (MAC) level.

The classes of service are provided through 3-bit PCP field in an IEEE 802.1Q header added to the frame.

Enumerator
CSLayer2PriorityMarkingBestEffort 

Corresponds to priority 0.

CSLayer2PriorityMarkingBackground 

Corresponds to priority 1.

CSLayer2PriorityMarkingExcellentEffort 

Corresponds to priority 2.

CSLayer2PriorityMarkingCriticalApplication 

Corresponds to priority 3.

CSLayer2PriorityMarkingVideo 

Corresponds to priority 4.

CSLayer2PriorityMarkingVoice 

Corresponds to priority 5.

CSLayer2PriorityMarkingInternetworkControl 

Corresponds to priority 6.

CSLayer2PriorityMarkingNetworkControl 

Corresponds to priority 7.

CSLayer2PriorityMarkingAutomatic 

Makes CSDK to use values from the network or use an appropriate default.