Share via


RILCAPSHSCSD (Windows Embedded CE 6.0)

1/6/2010

This structure defines the high-speed circuit switched data support.

Syntax

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

Members

  • cbSize
    Structure size, in bytes.
  • dwParams
    Specifies valid parameters. Must be one or a combination of the RILCAPSHSCSD parameter constants.
  • dwMultislotClass
    Specifies that multislot class support.
  • dwMaxRxTimeslots
    Specifies the maximum number of receive timeslots.
  • dwMaxTxTimeslots
    Specifies the maximum number of transmit timeslots.
  • dwMaxTotalTimeslots
    Specifies the maximum number of total timeslots.
  • dwChannelCodings
    Specifies supported channel codings. Must be one or a combination of the caps HSCSD traffic channel constants.
  • dwAirInterfaceUserRates
    Specifies the air interface user rate. Must be one of the HSCSD air interface constants.
  • rrTopRxTimeslotRange
    Range of allowed top receive timeslots.

Requirements

Header ril.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

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