Freigeben über


WifiManager.IsEasyConnectSupported Property

Definition

Wi-Fi Easy Connect (DPP) introduces standardized mechanisms to simplify the provisioning and configuration of Wi-Fi devices.

public virtual bool IsEasyConnectSupported { [Android.Runtime.Register("isEasyConnectSupported", "()Z", "GetIsEasyConnectSupportedHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("isEasyConnectSupported", "()Z", "GetIsEasyConnectSupportedHandler", ApiSince=29)>]
member this.IsEasyConnectSupported : bool

Property Value

true if this device supports Wi-Fi Easy-connect (Device Provisioning Protocol)

Attributes

Remarks

Wi-Fi Easy Connect (DPP) introduces standardized mechanisms to simplify the provisioning and configuration of Wi-Fi devices. For more details, visit https://www.wi-fi.org/ and search for "Easy Connect" or "Device Provisioning Protocol specification".

Java documentation for android.net.wifi.WifiManager.isEasyConnectSupported().

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