1.3.2.3.59 MAC_WRP_QUALITY_OF_SERVICE Enum

C

typedef enum
{
    MAC_WRP_QUALITY_OF_SERVICE_NORMAL_PRIORITY = 0x00,
    MAC_WRP_QUALITY_OF_SERVICE_HIGH_PRIORITY = 0x01,
} MAC_WRP_QUALITY_OF_SERVICE;

Summary

Identifies the available Quality of Service values for G3 frames.

Description

This enumeration identifies the possible Quality of Service values to use in G3 frames. The meaning of this field is to use Normal or High Priority window for transmission.

Remarks

None.