Table of Contents

Class MloLink

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

Constructors

public MloLink()

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

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

Property Value

Parcelable.Creator
public static int INVALID_MLO_LINK_ID { get; set; }

Property Value

int

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

public override bool IsBridgeAbstract { get; }

Property Value

bool

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

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

public override bool IsBridgeInterface { get; }

Property Value

bool

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

public override bool IsBridgeStatic { get; }

Property Value

bool
public static int MLO_LINK_STATE_ACTIVE { get; set; }

Property Value

int
public static int MLO_LINK_STATE_IDLE { get; set; }

Property Value

int
public static int MLO_LINK_STATE_INVALID { get; set; }

Property Value

int
public static int MLO_LINK_STATE_UNASSOCIATED { get; set; }

Property Value

int

Methods

HPA initializer for MloLink()

public static MloLink CreatePoolableInstance()

Returns

MloLink
public int DescribeContents()

Returns

int

int

public MacAddress GetApMacAddress()

Returns

MacAddress

MacAddress

public int GetBand()

Returns

int

int

public int GetChannel()

Returns

int

int

public int GetLinkId()

Returns

int

int

public int GetRssi()

Returns

int

int

public int GetRxLinkSpeedMbps()

Returns

int

int

public MacAddress GetStaMacAddress()

Returns

MacAddress

MacAddress

public int GetState()

Returns

int

int

public int GetTxLinkSpeedMbps()

Returns

int

int

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int