Share via


RILGPRSQOSPROFILECAPS (Compact 2013)

3/26/2014

This structure defines the GPRS quality of service capabilities.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwProtocolType;
  DWORD dwPrecedenceClass;
  DWORD dwDelayClass;
  DWORD dwReliabilityClass;
  DWORD dwPeakThruClass;
  char dwMeanThruClass;
} RILGPRSQOSPROFILECAPS, *LPRILGPRSQOSPROFILECAPS;

Members

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

Requirements

Header

ril.h

See Also

Reference

RIL Structures
RIL_GetDevCaps
RILGPRSQOSPROFILE Parameter Constants
GPRS Protocol Constants
GPRS Precedence Class Constants
GPRS Delay Class Constants
GPRS Reliability Class Constants
GPRS Peak Throughput Class Constants
GPRS Mean Throughput Class Constants