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 stores cell tower information.

Syntax

typedef struct {
  DWORD 
cbSize;
  DWORD 
dwParams;
  DWORD 
dwMobileCountryCode;
  DWORD 
dwMobileNetworkCode;
  DWORD 
dwLocationAreaCode;
  DWORD 
dwCellID;
  DWORD 
dwBaseStationID;
  DWORD 
dwBroadcastControlChannel;
  DWORD 
dwRxLevel;
  DWORD 
dwRxLevelFull;
  DWORD 
dwRxLevelSub;
  DWORD 
dwRxQuality;
  DWORD 
dwRxQualityFull;
  DWORD 
dwRxQualitySub;
  DWORD 
dwIdleTimeSlot;
  DWORD 
dwTimingAdvance;
  DWORD 
dwGPRSCellID;
  DWORD 
dwGPRSBaseStationID;
  DWORD 
dwNumBCCH;
  BYTE 
rgbBCCH[MAXLENGTH_BCCH];
  BYTE 
rgbNMR[MAXLENGTH_NMR];
} RILCELLTOWERINFO;

Members

cbSize

Structure size, in bytes.

dwParams

Specifies valid parameters. Must be one or a combination of the RILCELLTOWERINFOparameter constants.

dwMobileCountryCode

Specifies the country/region code.

dwMobileNetworkCode

Specifies the code of the mobile network.

dwLocationAreaCode

Specifies the area code of the current location.

dwCellID

Specifies the ID of the cellular tower.

dwBaseStationID

Specifies the ID of the base station.

dwBroadcastControlChannel

Specifies the Broadcast Control Channel (BCCH).

dwRxLevel

Specifies the received signal level.

dwRxLevelFull

Specifies the received signal level in the full network.

dwRxLevelSub

Specifies the received signal level in the subsystem.

dwRxQuality

Specifies the received signal quality.

dwRxQualityFull

Specifies the received signal quality in the full network.

dwRxQualitySub

Specifies the received signal quality in the subsystem.

dwIdleTimeSlot

Specifies the idle timeslot.

dwTimingAdvance

Specifies the timing advance.

dwGPRSCellID

Specifies the ID of the GPRS cellular tower.

dwGPRSBaseStationID

Specifies the ID of the GPRS base station.

dwNumBCCH

Specifies the number of the BCCH.

rgbBCCH[MAXLENGTH_BCCH]

Range of the BCCH, in bytes.

rgbNMR[MAXLENGTH_NMR]

Length of the Non-Membership Report (NMR), in bytes.

Requirements

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

See Also