RILGPRSQOSPROFILE (Compact 2013)

3/26/2014

This structure stores a quality-of-service profile.

Syntax

typedef struct rilgprsqosprofilecaps_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwContextID;
  DWORD dwPrecedenceClass;
  DWORD dwDelayClass;
  DWORD dwReliabilityClass;
  DWORD dwPeakThruClass;
  DWORD dwMeanThruClass;
} RILGPRSQOSPROFILE, *LPRILGPRSQOSPROFILECAPS;

Members

  • cbSize
    Size of the structure, in bytes.
  • dwContextID
    The context number.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
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