Language

DlTdoaMeasurement.Rssi Property

Definition

Returns the Received Signal Strength Indicator (RSSI) in dBm.

public int Rssi { [Android.Runtime.Register("getRssi", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getRssi", "()I", "", ApiSince=37)>]
member this.Rssi : int

Property Value

The RSSI value in negative dBm, or 0 if not available.

Attributes

Remarks

Returns the Received Signal Strength Indicator (RSSI) in dBm.

This value ranges from -127dBm to -1dBm. If the value is not available, it returns 0.

Android reference for android.ranging.DlTdoaMeasurement.getRssi.

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