pub unsafe extern "C" fn otThreadGetFixedDuaInterfaceIdentifier(
    aInstance: *mut otInstance
) -> *const otIp6InterfaceIdentifier
Expand description

Gets 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.

@returns A pointer to the Interface Identifier which was set manually, or NULL if none was set.

@sa otThreadSetFixedDuaInterfaceIdentifier