WifiManager.ScanResults Property

Definition

Return the results of the latest access point scan.

public virtual System.Collections.Generic.IList<Android.Net.Wifi.ScanResult>? ScanResults { [Android.Runtime.Register("getScanResults", "()Ljava/util/List;", "GetGetScanResultsHandler")] get; }
[<get: Android.Runtime.Register("getScanResults", "()Ljava/util/List;", "GetGetScanResultsHandler")>]
member this.ScanResults : System.Collections.Generic.IList<Android.Net.Wifi.ScanResult>

Property Value

Attributes

Remarks

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