Table of Contents

Class SupplicantState

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ASSOCIATED

public static SupplicantState ASSOCIATED { get; set; }

Property Value

SupplicantState

ASSOCIATING

public static SupplicantState ASSOCIATING { get; set; }

Property Value

SupplicantState

AUTHENTICATING

public static SupplicantState AUTHENTICATING { get; set; }

Property Value

SupplicantState

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

COMPLETED

public static SupplicantState COMPLETED { get; set; }

Property Value

SupplicantState

DISCONNECTED

public static SupplicantState DISCONNECTED { get; set; }

Property Value

SupplicantState

DORMANT

public static SupplicantState DORMANT { get; set; }

Property Value

SupplicantState

FOUR_WAY_HANDSHAKE

public static SupplicantState FOUR_WAY_HANDSHAKE { get; set; }

Property Value

SupplicantState

GROUP_HANDSHAKE

public static SupplicantState GROUP_HANDSHAKE { get; set; }

Property Value

SupplicantState

INACTIVE

public static SupplicantState INACTIVE { get; set; }

Property Value

SupplicantState

INTERFACE_DISABLED

public static SupplicantState INTERFACE_DISABLED { get; set; }

Property Value

SupplicantState

INVALID

public static SupplicantState INVALID { get; set; }

Property Value

SupplicantState

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

SCANNING

public static SupplicantState SCANNING { get; set; }

Property Value

SupplicantState

UNINITIALIZED

public static SupplicantState UNINITIALIZED { get; set; }

Property Value

SupplicantState

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

IsValidState(SupplicantState)

public static bool IsValidState(SupplicantState arg0)

Parameters

arg0 SupplicantState

SupplicantState

Returns

bool

bool

ValueOf(String)

public static SupplicantState ValueOf(String arg0)

Parameters

arg0 String

String

Returns

SupplicantState

SupplicantState

Values()

public static SupplicantState[] Values()

Returns

SupplicantState[]

SupplicantState

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int

Operators

implicit operator Parcelable(SupplicantState)

Converter from SupplicantState to Parcelable

public static implicit operator Parcelable(SupplicantState t)

Parameters

t SupplicantState

Returns

Parcelable