Share via


MloLink.Rssi Property

Definition

Returns the RSSI of the link.

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

Property Value

RSSI in dBM.

Attributes

Remarks

Returns the RSSI of the link.

Use android.net.wifi.WifiManager#calculateSignalLevel to convert this number into an absolute signal level which can be displayed to a user.

Java documentation for android.net.wifi.MloLink.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