RILGPRSQOSPROFILE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure stores a quality of service (QOS) profile.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwContextID;
  DWORD dwPrecedenceClass;
  DWORD dwDelayClass;
  DWORD dwReliabilityClass;
  DWORD dwPeakThruClass;
  DWORD dwMeanThruClass;
} RILGPRSQOSPROFILE;

Members

  • cbSize
    Structure size, in bytes.
  • dwParams
    Specifies valid parameters. Must be one or a combination of the RILGPRSQOSPROFILE parameter constants.
  • dwContextID
    Specifies the context number.
  • dwPrecedenceClass
    Specifies the precedence class. Must be one of the GPRS precedence class constants.
  • dwDelayClass
    Specifies the delay class. Must be one of the GPRS delay class constants.
  • dwReliabilityClass
    Specifies the reliability class. Must be one of the GPRS reliability class constants.
  • dwPeakThruClass
    Specifies the peak throughput class. Must be one of the GPRS peak throughput class constants.
  • dwMeanThruClass
    Specifies the mean throughput class. Must be one of the GPRS mean throughput class constants.

Requirements

Header ril.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RIL_GetMinimumQualityOfServiceList
RIL_GetRequestedQualityOfServiceList
RIL_SetMinimumQualityOfService
RIL_SetRequestedQualityOfService
RILGPRSQOSPROFILE Parameter Constants
GPRS Precedence Class Constants
GPRS Delay Class Constants
GPRS Reliability Class Constants
GPRS Peak Throughput Class Constants
GPRS Mean Throughput Class Constants