pub unsafe extern "C" fn otIp6HasUnicastAddress(
aInstance: *mut otInstance,
aAddress: *const otIp6Address,
) -> bool
Expand description
Indicates whether or not a unicast IPv6 address is assigned to the Thread interface.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aAddress A pointer to the unicast address.
@retval TRUE If @p aAddress is assigned to the Thread interface. @retval FALSE If @p aAddress is not assigned to the Thread interface.