pub unsafe extern "C" fn otThreadGetLinkLocalIp6Address(
aInstance: *mut otInstance,
) -> *const otIp6Address
Expand description
Gets the Thread link-local IPv6 address.
The Thread link local address is derived using IEEE802.15.4 Extended Address as Interface Identifier.
@param[in] aInstance A pointer to an OpenThread instance.
@returns A pointer to Thread link-local IPv6 address.