RILCALLHSCSDINFO (Compact 2013)
3/26/2014
This structure stores High Speed Circuit Switched Data (HSCSD) information for the current call.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwRxTimeslots;
DWORD dwTxTimeslots;
DWORD dwAirInterfaceUserRat;
DWORD dwChannelCoding;
} RILCALLHSCSDINFO, *LPRILCALLHSCSDINFO;
Members
- cbSize
Structure size, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILCALLHSCSDINFO Parameter Constants.
- dwRxTimeslots
Specifies the number of receive timeslots currently in use. Must be one of the HSCSD Special Constants.
- dwTxTimeslots
Specifies the number of transmit timeslots currently in use. Must be one of the HSCSD Special Constants.
- dwAirInterfaceUserRate
Specifies the air interface user rate currently in use. Must be one of the HSCSD Air Interface Constants.
- dwChannelCoding
Specifies current channel coding. Must be one of the Caps HSCSD Traffic Channel Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Notification Call Control Constants
RIL_GetHSCSDCallSettings
RILCALLHSCSDINFO Parameter Constants
HSCSD Special Constants
HSCSD Air Interface Constants
Caps HSCSD Traffic Channel Constants