RILHSCSDINFO (Compact 2013)
3/26/2014
This structure stores High Speed Circuit Switched Data (HSCSD) settings.
Syntax
typedef struct rilhscsdinfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwTranspRxTimeslots;
DWORD dwTranspChannelCodings;
DWORD dwNonTranspRxTimeslots;
DWORD dwNonTranspChannelCodings;
DWORD dwAirInterfaceUserRate;
DWORD dwRxTimeslotsLimit;
BOOL fAutoSvcLevelUpgrading;
} RILHSCSDINFO, *LPRILHSCSDINFO;
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 RILHSCSDINFO Parameter Constants.
- dwTranspRxTimeslots
Number of receive timeslots for transparent High Speed Circuit Switched Data (HSCSD) calls. Must be one of the HSCSD Special Constants.
- dwTranspChannelCodings
The accepted channel codings for transparent HSCSD calls. Must be one of the HSCSD Traffic Channel Constants.
- dwNonTranspRxTimeslots
The number of receive timeslots for nontransparent HSCSD calls. Must be one of the HSCSD Special Constants.
- dwNonTranspChannelCodings
The accepted channel codings for nontransparent HSCSD calls. Must be one of the HSCSD Traffic Channel Constants.
- dwAirInterfaceUserRate
The air interface user rate for nontransparent HSCSD calls. Must be one of the HSCSD Air Interface Constants.
- dwRxTimeslotsLimit
The maximum number of receive timeslots to be used during the next nontransparent HSCSD call.
- fAutoSvcLevelUpgrading
TRUE if automatic user-initiated service level upgrading for nontransparent HSCSD calls is enabled; otherwise, FALSE.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
HSCSD Air Interface Constants
HSCSD Traffic Channel Constants
RIL_GetHSCSDOptions
RIL_SetHSCSDOptions
RILHSCSDINFO Parameter Constants