ResponderConfig.FromScanResult(ScanResult) Method

Definition

Creates a Responder configuration from a ScanResult corresponding to an Access Point (AP), which can be obtained from android.net.wifi.WifiManager#getScanResults().

[Android.Runtime.Register("fromScanResult", "(Landroid/net/wifi/ScanResult;)Landroid/net/wifi/rtt/ResponderConfig;", "", ApiSince=33)]
public static Android.Net.Wifi.Rtt.ResponderConfig FromScanResult (Android.Net.Wifi.ScanResult scanResult);
[<Android.Runtime.Register("fromScanResult", "(Landroid/net/wifi/ScanResult;)Landroid/net/wifi/rtt/ResponderConfig;", "", ApiSince=33)>]
static member FromScanResult : Android.Net.Wifi.ScanResult -> Android.Net.Wifi.Rtt.ResponderConfig

Parameters

scanResult
ScanResult

Returns

Attributes

Remarks

Creates a Responder configuration from a ScanResult corresponding to an Access Point (AP), which can be obtained from android.net.wifi.WifiManager#getScanResults().

Java documentation for android.net.wifi.rtt.ResponderConfig.fromScanResult(android.net.wifi.ScanResult).

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