MacAddress.LinkLocalIpv6FromEui48Mac Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.