Share via


WifiP2pConfig.GroupOwnerBand Property

Definition

Get the required band for the group owner.

public virtual int GroupOwnerBand { [Android.Runtime.Register("getGroupOwnerBand", "()I", "GetGetGroupOwnerBandHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getGroupOwnerBand", "()I", "GetGetGroupOwnerBandHandler", ApiSince=30)>]
member this.GroupOwnerBand : int

Property Value

Attributes

Remarks

Get the required band for the group owner. The result will be one of the following: #GROUP_OWNER_BAND_AUTO, #GROUP_OWNER_BAND_2GHZ, #GROUP_OWNER_BAND_5GHZ

Java documentation for android.net.wifi.p2p.WifiP2pConfig.getGroupOwnerBand().

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