Share via


WifiP2pConfig.GroupOwnerBand2ghz Field

Definition

Caution

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

Allow the system to pick the operating frequency from the 2.

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

Field Value

Value = 1

Implements

Attributes

Remarks

Allow the system to pick the operating frequency from the 2.4 GHz band.

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

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