Table of Contents

Class WpsInfo

Namespace
Android.Net.Wifi
Assembly
MASES.Netdroid.dll
public class WpsInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
WpsInfo
Implements
Inherited Members
Extension Methods

Constructors

WpsInfo()

public WpsInfo()

WpsInfo(WpsInfo)

public WpsInfo(WpsInfo arg0)

Parameters

arg0 WpsInfo

WpsInfo

WpsInfo(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 WpsInfo(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BSSID

public String BSSID { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

DISPLAY

public static int DISPLAY { get; set; }

Property Value

int

INVALID

public static int INVALID { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

KEYPAD

public static int KEYPAD { get; set; }

Property Value

int

LABEL

public static int LABEL { get; set; }

Property Value

int

PBC

public static int PBC { get; set; }

Property Value

int

pin

public String pin { get; set; }

Property Value

String

setup

public int setup { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for WpsInfo()

public static WpsInfo CreatePoolableInstance()

Returns

WpsInfo

CreatePoolableInstance(WpsInfo)

HPA initializer for WpsInfo(Android.Net.Wifi.WpsInfo arg0)

public static WpsInfo CreatePoolableInstance(WpsInfo arg0)

Parameters

arg0 WpsInfo

Returns

WpsInfo

DescribeContents()

public int DescribeContents()

Returns

int

int

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int