Class WifiP2pConfig
public class WifiP2pConfig : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
WifiP2pConfig
- Implements
- Inherited Members
- Extension Methods
Constructors
WifiP2pConfig()
public WifiP2pConfig()
WifiP2pConfig(WifiP2pConfig)
public WifiP2pConfig(WifiP2pConfig arg0)
Parameters
WifiP2pConfig(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 WifiP2pConfig(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
GROUP_CLIENT_IP_PROVISIONING_MODE_IPV4_DHCP
public static int GROUP_CLIENT_IP_PROVISIONING_MODE_IPV4_DHCP { get; set; }
Property Value
GROUP_CLIENT_IP_PROVISIONING_MODE_IPV6_LINK_LOCAL
public static int GROUP_CLIENT_IP_PROVISIONING_MODE_IPV6_LINK_LOCAL { get; set; }
Property Value
GROUP_OWNER_BAND_2GHZ
public static int GROUP_OWNER_BAND_2GHZ { get; set; }
Property Value
GROUP_OWNER_BAND_5GHZ
public static int GROUP_OWNER_BAND_5GHZ { get; set; }
Property Value
GROUP_OWNER_BAND_6GHZ
public static int GROUP_OWNER_BAND_6GHZ { get; set; }
Property Value
GROUP_OWNER_BAND_AUTO
public static int GROUP_OWNER_BAND_AUTO { get; set; }
Property Value
GROUP_OWNER_INTENT_AUTO
public static int GROUP_OWNER_INTENT_AUTO { get; set; }
Property Value
GROUP_OWNER_INTENT_MAX
public static int GROUP_OWNER_INTENT_MAX { get; set; }
Property Value
GROUP_OWNER_INTENT_MIN
public static int GROUP_OWNER_INTENT_MIN { 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
P2P_VERSION_1
public static int P2P_VERSION_1 { get; set; }
Property Value
P2P_VERSION_2
public static int P2P_VERSION_2 { get; set; }
Property Value
PCC_MODE_CONNECTION_TYPE_LEGACY_ONLY
public static int PCC_MODE_CONNECTION_TYPE_LEGACY_ONLY { get; set; }
Property Value
PCC_MODE_CONNECTION_TYPE_LEGACY_OR_R2
public static int PCC_MODE_CONNECTION_TYPE_LEGACY_OR_R2 { get; set; }
Property Value
PCC_MODE_CONNECTION_TYPE_R2_ONLY
public static int PCC_MODE_CONNECTION_TYPE_R2_ONLY { get; set; }
Property Value
deviceAddress
public String deviceAddress { get; set; }
Property Value
groupOwnerIntent
public int groupOwnerIntent { get; set; }
Property Value
wps
public WpsInfo wps { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for WifiP2pConfig()
public static WifiP2pConfig CreatePoolableInstance()
Returns
CreatePoolableInstance(WifiP2pConfig)
HPA initializer for WifiP2pConfig(Android.Net.Wifi.P2p.WifiP2pConfig arg0)
public static WifiP2pConfig CreatePoolableInstance(WifiP2pConfig arg0)
Parameters
arg0WifiP2pConfig
Returns
DescribeContents()
public int DescribeContents()
Returns
GetGroupClientIpProvisioningMode()
public int GetGroupClientIpProvisioningMode()
Returns
GetGroupOwnerBand()
public int GetGroupOwnerBand()
Returns
GetGroupOwnerVersion()
public int GetGroupOwnerVersion()
Returns
GetNetworkId()
public int GetNetworkId()
Returns
GetNetworkName()
public String GetNetworkName()
Returns
GetPairingBootstrappingConfig()
public WifiP2pPairingBootstrappingConfig GetPairingBootstrappingConfig()
Returns
GetPassphrase()
public String GetPassphrase()
Returns
GetPccModeConnectionType()
public int GetPccModeConnectionType()
Returns
IsAuthorizeConnectionFromPeerEnabled()
public bool IsAuthorizeConnectionFromPeerEnabled()
Returns
SetGroupOwnerVersion(int)
public void SetGroupOwnerVersion(int arg0)
Parameters
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)