ResponderConfig.FromScanResult(ScanResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
.
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.