pub unsafe extern "C" fn otIp6RemoveUnicastAddress(
    aInstance: *mut otInstance,
    aAddress: *const otIp6Address
) -> otError
Expand description

Removes a Network Interface Address from the Thread interface.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aAddress A pointer to an IP Address.

@retval OT_ERROR_NONE Successfully removed the Network Interface Address. @retval OT_ERROR_INVALID_ARGS The IP Address indicated by @p aAddress is an internal address. @retval OT_ERROR_NOT_FOUND The IP Address indicated by @p aAddress was not found.