RILHSCSDINFO
A version of this page is also available for
4/8/2010
This structure stores High Speed Circuit Switched Data (HSCSD) settings.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwTranspRxTimeslots;
DWORD dwTranspChannelCodings;
DWORD dwNonTranspRxTimeslots;
DWORD dwNonTranspChannelCodings;
DWORD dwAirInterfaceUserRate;
DWORD dwRxTimeslotsLimit;
BOOL fAutoSvcLevelUpgrading;
} RILHSCSDINFO;
Members
- cbSize
Structure size, in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILHSCSDINFO parameter constants.
- dwTranspRxTimeslots
Specifies the number of receive timeslots for transparent HSCSD calls.
- dwTranspChannelCodings
Specifies the accepted channel codings for transparent HSCSD calls.
- dwNonTranspRxTimeslots
Specifies the number of receive timeslots for non-transparent HSCSD calls.
- dwNonTranspChannelCodings
Specifies the accepted channel codings for non-transparent HSCSD calls.
- dwAirInterfaceUserRate
Specifies the air interface user rate for non-transparent HSCSD calls.
- dwRxTimeslotsLimit
Specifies the maximum number of receive timeslots to be used during the next non-transparent HSCSD call.
- fAutoSvcLevelUpgrading
TRUE if automatic user-initiated service level upgrading for non-transparent HSCSD calls is enabled, FALSE otherwise.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
RIL_GetHSCSDOptions
RIL_SetHSCSDOptions
RILHSCSDINFO Parameter Constants