RILCAPSHSCSD (Compact 2013)

3/26/2014

This structure defines options for high-speed circuit switched data (HSCSD).

Syntax

typedef struct rilcapshscsd_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwMultislotClass;
  DWORD dwMaxRxTimeslots;
  DWORD dwMaxTxTimeslots;
  DWORD dwMaxTotalTimeslots;
  DWORD dwChannelCodings;
  DWORD dwAirInterfaceUserRates;
  RILRANGE rrTopRxTimeslotRange;
} RILCAPSHSCSD, *LPRILCAPSHSCSD;

Members

  • cbSize
    Size of the structure, in bytes.
  • dwMultislotClass
    Specifies multislot class support.
  • dwMaxRxTimeslots
    The maximum number of receive timeslots.
  • dwMaxTxTimeslots
    The maximum number of transmit timeslots.
  • dwMaxTotalTimeslots
    The maximum number of total timeslots.
  • rrTopRxTimeslotRange
    Range of allowed top receive timeslots.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
RIL_GetDevCaps
RILRANGE
RILCAPSHSCSD Parameter Constants
Caps HSCSD Traffic Channel Constants
HSCSD Air Interface Constants