Class WifiP2pGroup
public class WifiP2pGroup : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
WifiP2pGroup
- Implements
- Inherited Members
- Extension Methods
Constructors
WifiP2pGroup()
public WifiP2pGroup()
WifiP2pGroup(WifiP2pGroup)
public WifiP2pGroup(WifiP2pGroup arg0)
Parameters
arg0WifiP2pGroup
WifiP2pGroup(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public WifiP2pGroup(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
NETWORK_ID_PERSISTENT
https://developer.android.com/reference/android/net/wifi/p2p/WifiP2pGroup.html#NETWORK_ID_PERSISTENT
public static int NETWORK_ID_PERSISTENT { get; set; }
Property Value
NETWORK_ID_TEMPORARY
public static int NETWORK_ID_TEMPORARY { get; set; }
Property Value
SECURITY_TYPE_UNKNOWN
https://developer.android.com/reference/android/net/wifi/p2p/WifiP2pGroup.html#SECURITY_TYPE_UNKNOWN
public static int SECURITY_TYPE_UNKNOWN { get; set; }
Property Value
SECURITY_TYPE_WPA2_PSK
public static int SECURITY_TYPE_WPA2_PSK { get; set; }
Property Value
SECURITY_TYPE_WPA3_COMPATIBILITY
public static int SECURITY_TYPE_WPA3_COMPATIBILITY { get; set; }
Property Value
SECURITY_TYPE_WPA3_SAE
public static int SECURITY_TYPE_WPA3_SAE { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for WifiP2pGroup()
public static WifiP2pGroup CreatePoolableInstance()
Returns
CreatePoolableInstance(WifiP2pGroup)
HPA initializer for WifiP2pGroup(Android.Net.Wifi.P2p.WifiP2pGroup arg0)
public static WifiP2pGroup CreatePoolableInstance(WifiP2pGroup arg0)
Parameters
arg0WifiP2pGroup
Returns
DescribeContents()
public int DescribeContents()
Returns
GetClientList()
public Collection<WifiP2pDevice> GetClientList()
Returns
GetFrequency()
public int GetFrequency()
Returns
GetGroupOwnerBssid()
public MacAddress GetGroupOwnerBssid()
Returns
GetInterface()
public String GetInterface()
Returns
GetNetworkId()
public int GetNetworkId()
Returns
GetNetworkName()
public String GetNetworkName()
Returns
GetOwner()
public WifiP2pDevice GetOwner()
Returns
GetPassphrase()
public String GetPassphrase()
Returns
GetSecurityType()
public int GetSecurityType()
Returns
IsGroupOwner()
public bool IsGroupOwner()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)