4

寻找示例代码或教程来获取一些传输参数,例如

1. RXlevel (Signal Strength)
2. RXQual (Bit Error Rate)
3. C/I (carrier to interference)
4. FER (Frame erase rate
6. towers location.
7. Radio access technology
8. mobile country code
9. mobile network code
10. location code area 
11. CELL ID
12. absolute RF channel number
13. base station identity code
13. RSSI
14. C1 hand-over parametr
15. CELLS information for example:
    a. absolute RF channel number.
    b. base station identity code
    c. RSSI

我注意到一个应用程序 Signal 必须使用类似的东西,但由于它只适用于越狱设备,我知道它使用的是私有 API。任何人都可以推荐哪个私有框架可以提供此信息。

4

1 回答 1

0

查看 CoreTelephony,但它只提供了一些东西(移动国家代码、移动网络代码)Apple Docs for CoreTelephony参见 CTCarrier 类。

于 2011-04-25T23:18:53.660 回答