Share via


CellSignalStrengthGsm.AsuLevel Property

Definition

Get the RSSI in ASU.

public override int AsuLevel { [Android.Runtime.Register("getAsuLevel", "()I", "")] get; }
[<get: Android.Runtime.Register("getAsuLevel", "()I", "")>]
member this.AsuLevel : int

Property Value

RSSI in ASU 0..31, 99, or android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE.

Attributes

Remarks

Get the RSSI in ASU.

Asu is calculated based on 3GPP RSSI. Refer to 3GPP 27.007 (Ver 10.3.0) Sec 8.69

Java documentation for android.telephony.CellSignalStrengthGsm.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.

Applies to