Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/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 RILCAPSHSCSDparameter 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