Share via


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.
  • dwTranspRxTimeslots
    Number of receive timeslots for transparent High Speed Circuit Switched Data (HSCSD) calls. Must be one of the HSCSD Special Constants.
  • dwNonTranspRxTimeslots
    The number of receive timeslots for nontransparent HSCSD calls. Must be one of the HSCSD Special 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