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.

[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

Applies to