WifiP2pConfig.GroupOwnerVersion 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 P2P Group Owner version. -or- Set the P2P Group Owner version.
public virtual Android.Net.Wifi.P2p.Version GroupOwnerVersion { [Android.Runtime.Register("getGroupOwnerVersion", "()I", "GetGetGroupOwnerVersionHandler", ApiSince=36)] get; [Android.Runtime.Register("setGroupOwnerVersion", "(I)V", "GetSetGroupOwnerVersion_IHandler", ApiSince=36)] set; }
[<get: Android.Runtime.Register("getGroupOwnerVersion", "()I", "GetGetGroupOwnerVersionHandler", ApiSince=36)>]
[<set: Android.Runtime.Register("setGroupOwnerVersion", "(I)V", "GetSetGroupOwnerVersion_IHandler", ApiSince=36)>]
member this.GroupOwnerVersion : Android.Net.Wifi.P2p.Version with get, set
Property Value
The P2P Group Owner protocol version.
- Attributes
Remarks
Property getter documentation:
Get the P2P Group Owner version. See also #setGroupOwnerVersion(int).
Java documentation for android.net.wifi.p2p.WifiP2pConfig.getGroupOwnerVersion().
Property setter documentation:
Set the P2P Group Owner version.
Java documentation for android.net.wifi.p2p.WifiP2pConfig.setGroupOwnerVersion(int).
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.