SignalStrength.GsmSignalStrength 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 GSM RSSI in ASU.
public virtual int GsmSignalStrength { [Android.Runtime.Register("getGsmSignalStrength", "()I", "GetGetGsmSignalStrengthHandler")] get; }
[<get: Android.Runtime.Register("getGsmSignalStrength", "()I", "GetGetGsmSignalStrengthHandler")>]
member this.GsmSignalStrength : int
Property Value
RSSI in ASU 0..31, 99, or UNAVAILABLE
- Attributes
Remarks
Get the GSM RSSI in ASU.
Asu is calculated based on 3GPP RSRP. Refer to 3GPP 27.007 (Ver 10.3.0) Sec 8.69
This member is deprecated. this information should be retrieved from CellSignalStrengthGsm#getAsuLevel
.
Java documentation for android.telephony.SignalStrength.getGsmSignalStrength()
.
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.