RILCELLTOWERINFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

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 RILCELLTOWERINFO parameter 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

Reference

RIL_GetCellTowerInfo
RILCELLTOWERINFO Parameter Constants