CellSignalStrengthCdma.AsuLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the 1xRTT Level in (Android) ASU.
public override int AsuLevel { [Android.Runtime.Register("getAsuLevel", "()I", "")] get; }
[<get: Android.Runtime.Register("getAsuLevel", "()I", "")>]
member this.AsuLevel : int
Property Value
1xRTT Level in Android ASU {1,2,4,8,16,99}
- Attributes
Remarks
Get the 1xRTT Level in (Android) ASU.
There is no standard definition of ASU for CDMA; however, Android defines it as the the lesser of the following two results (for 1xRTT): <table> <thead><tr><th>RSSI Range (dBm)</th><th>ASU Value</th></tr><thead> <tbody> <tr><td>-75..</td><td>16</td></tr> <tr><td>-82..-76</td><td>8</td></tr> <tr><td>-90..-83</td><td>4</td></tr> <tr><td>-95..-91</td><td>2</td></tr> <tr><td>-100..-96</td><td>1</td></tr> <tr><td>..-101</td><td>99</td></tr> </tbody> </table> <table> <thead><tr><th>Ec/Io Range (dB)</th><th>ASU Value</th></tr><thead> <tbody> <tr><td>-90..</td><td>16</td></tr> <tr><td>-100..-91</td><td>8</td></tr> <tr><td>-115..-101</td><td>4</td></tr> <tr><td>-130..-116</td><td>2</td></tr> <tr><td>--150..-131</td><td>1</td></tr> <tr><td>..-151</td><td>99</td></tr> </tbody> </table>
Java documentation for android.telephony.CellSignalStrengthCdma.getAsuLevel()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.