RIL_GetCellTowerInfo 這個 funciton 可能可以提功你需要的
假如有興趣的話, 可能可以自己寫一個來試看看
傳回的 infomation and its detail 有
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 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.
內文搜尋
X




























































































