Partager via


ScanResult.Level Property

Definition

The detected signal level in dBm, also known as the RSSI.

[Android.Runtime.Register("level")]
public int Level { get; set; }
[<Android.Runtime.Register("level")>]
member this.Level : int with get, set

Property Value

Attributes

Remarks

The detected signal level in dBm, also known as the RSSI.

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.ScanResult.level.

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