pub unsafe extern "C" fn otThreadSetFixedDuaInterfaceIdentifier(
aInstance: *mut otInstance,
aIid: *const otIp6InterfaceIdentifier,
) -> otError
Expand description
Sets or clears the Interface Identifier manually specified for the Thread Domain Unicast Address.
Available when OPENTHREAD_CONFIG_DUA_ENABLE
is enabled.
@note Only available since Thread 1.2.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aIid A pointer to the Interface Identifier to set or NULL to clear.
@retval OT_ERROR_NONE Successfully set/cleared the Interface Identifier. @retval OT_ERROR_INVALID_ARGS The specified Interface Identifier is reserved.
@sa otThreadGetFixedDuaInterfaceIdentifier