WifiP2pConfig.GroupOwnerBand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.