Class MloLink
public class MloLink : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
MloLink
- Implements
- Inherited Members
- Extension Methods
Constructors
MloLink()
public MloLink()
MloLink(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 MloLink(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
INVALID_MLO_LINK_ID
public static int INVALID_MLO_LINK_ID { 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
MLO_LINK_STATE_ACTIVE
public static int MLO_LINK_STATE_ACTIVE { get; set; }
Property Value
MLO_LINK_STATE_IDLE
public static int MLO_LINK_STATE_IDLE { get; set; }
Property Value
MLO_LINK_STATE_INVALID
public static int MLO_LINK_STATE_INVALID { get; set; }
Property Value
MLO_LINK_STATE_UNASSOCIATED
public static int MLO_LINK_STATE_UNASSOCIATED { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for MloLink()
public static MloLink CreatePoolableInstance()
Returns
DescribeContents()
public int DescribeContents()
Returns
GetApMacAddress()
public MacAddress GetApMacAddress()
Returns
GetBand()
public int GetBand()
Returns
GetChannel()
public int GetChannel()
Returns
GetLinkId()
public int GetLinkId()
Returns
GetRssi()
public int GetRssi()
Returns
GetRxLinkSpeedMbps()
public int GetRxLinkSpeedMbps()
Returns
GetStaMacAddress()
public MacAddress GetStaMacAddress()
Returns
GetState()
public int GetState()
Returns
GetTxLinkSpeedMbps()
public int GetTxLinkSpeedMbps()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)