Android.Net.Wifi.WifiInfo.Rssi Property
Returns the received signal strength indicator of the current 802.11 network, in dBm.

Syntax

[get: Android.Runtime.Register("getRssi", "()I", "GetGetRssiHandler")]
public virtual int Rssi { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the received signal strength indicator of the current 802.11 network, in dBm.

Use WifiManager.CalculateSignalLevel(int, System.Int32) to convert this number into an absolute signal level which can be displayed to a user.

[Android Documentation]

Requirements

Namespace: Android.Net.Wifi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1