Share via


WifiP2pConfig.P2pVersion1 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.P2p.Version enum directly instead of this field.

P2P Protocol version 1

[Android.Runtime.Register("P2P_VERSION_1", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.P2p.Version enum directly instead of this field.", true)]
public const Android.Net.Wifi.P2p.Version P2pVersion1 = 0;
[<Android.Runtime.Register("P2P_VERSION_1", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.P2p.Version enum directly instead of this field.", true)>]
val mutable P2pVersion1 : Android.Net.Wifi.P2p.Version

Field Value

Value = 0

Implements

Attributes

Remarks

P2P Protocol version 1

Java documentation for android.net.wifi.p2p.WifiP2pConfig.P2P_VERSION_1.

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