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.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILGPRSQOSPROFILE Parameter Constants.
- dwContextID
The context number.
- dwPrecedenceClass
The precedence class. Must be one of the GPRS Precedence Class Constants.
- dwDelayClass
The delay class. Must be one of the GPRS Delay Class Constants.
- dwReliabilityClass
The reliability class. Must be one of the GPRS Reliability Class Constants.
- dwPeakThruClass
The peak throughput class. Must be one of the GPRS Peak Throughput Class Constants.
- dwMeanThruClass
The mean throughput class. Must be one of the GPRS Mean Throughput Class Constants.
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