Table of Contents

Class MacAddress

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BROADCAST_ADDRESS

public static MacAddress BROADCAST_ADDRESS { get; set; }

Property Value

MacAddress

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

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

TYPE_BROADCAST

public static int TYPE_BROADCAST { get; set; }

Property Value

int

TYPE_MULTICAST

public static int TYPE_MULTICAST { get; set; }

Property Value

int

TYPE_UNICAST

public static int TYPE_UNICAST { get; set; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

FromBytes(byte[])

public static MacAddress FromBytes(byte[] arg0)

Parameters

arg0 byte[]

byte

Returns

MacAddress

MacAddress

FromString(String)

public static MacAddress FromString(String arg0)

Parameters

arg0 String

String

Returns

MacAddress

MacAddress

GetAddressType()

public int GetAddressType()

Returns

int

int

GetLinkLocalIpv6FromEui48Mac()

public Inet6Address GetLinkLocalIpv6FromEui48Mac()

Returns

Inet6Address

Inet6Address

IsLocallyAssigned()

public bool IsLocallyAssigned()

Returns

bool

bool

Matches(MacAddress, MacAddress)

public bool Matches(MacAddress arg0, MacAddress arg1)

Parameters

arg0 MacAddress

MacAddress

arg1 MacAddress

MacAddress

Returns

bool

bool

ToByteArray()

public byte[] ToByteArray()

Returns

byte[]

byte

ToOuiString()

public String ToOuiString()

Returns

String

String

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int