WifiP2pManager.IsWiFiDirectR2Supported Property

Definition

Check if this device supports Wi-Fi Direct R2 (P2P2).

public virtual bool IsWiFiDirectR2Supported { [Android.Runtime.Register("isWiFiDirectR2Supported", "()Z", "GetIsWiFiDirectR2SupportedHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isWiFiDirectR2Supported", "()Z", "GetIsWiFiDirectR2SupportedHandler", ApiSince=36)>]
member this.IsWiFiDirectR2Supported : bool

Property Value

true if this device supports Wi-Fi Alliance Wi-Fi Direct R2 (Support for P2P2 IE and establishing connection by using the P2P pairing protocol), false otherwise. For more details, visit https://www.wi-fi.org/ and search for "Wi-Fi Direct" .

Attributes

Remarks

Check if this device supports Wi-Fi Direct R2 (P2P2).

Java documentation for android.net.wifi.p2p.WifiP2pManager.isWiFiDirectR2Supported().

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