WifiP2pConfig.GroupOwnerBand5ghz 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_5GHZ", 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 GroupOwnerBand5ghz = 2;
[<Android.Runtime.Register("GROUP_OWNER_BAND_5GHZ", 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 GroupOwnerBand5ghz : Android.Net.Wifi.P2p.Frequency

Field Value

Value = 2

Implements

Attributes

Applies to