다음을 통해 공유


WifiP2pConfig.GroupOwnerBandAuto 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 all supported bands.

[Android.Runtime.Register("GROUP_OWNER_BAND_AUTO", 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 GroupOwnerBandAuto = 0;
[<Android.Runtime.Register("GROUP_OWNER_BAND_AUTO", 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 GroupOwnerBandAuto : Android.Net.Wifi.P2p.Frequency

Field Value

Value = 0

Implements

Attributes

Remarks

Allow the system to pick the operating frequency from all supported bands.

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

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