Share via


MacAddress.LinkLocalIpv6FromEui48Mac Property

Definition

Create a link-local Inet6Address from the MAC address.

public Java.Net.Inet6Address? LinkLocalIpv6FromEui48Mac { [Android.Runtime.Register("getLinkLocalIpv6FromEui48Mac", "()Ljava/net/Inet6Address;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getLinkLocalIpv6FromEui48Mac", "()Ljava/net/Inet6Address;", "", ApiSince=30)>]
member this.LinkLocalIpv6FromEui48Mac : Java.Net.Inet6Address

Property Value

A link-local Inet6Address constructed from the MAC address.

Attributes

Remarks

Create a link-local Inet6Address from the MAC address. The EUI-48 MAC address is converted to an EUI-64 MAC address per RFC 4291. The resulting EUI-64 is used to construct a link-local IPv6 address per RFC 4862.

Java documentation for android.net.MacAddress.getLinkLocalIpv6FromEui48Mac().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to