RILGPRSQOSPROFILECAPS
A version of this page is also available for
4/8/2010
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 |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
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