[][src]Function openthread_sys::otThreadGetNetworkIdTimeout

pub unsafe extern "C" fn otThreadGetNetworkIdTimeout(
    aInstance: *mut otInstance
) -> u8

Get the NETWORK_ID_TIMEOUT parameter used in the Router role.

@note This API is reserved for testing and demo purposes only. Changing settings with this API will render a production application non-compliant with the Thread Specification.

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

@returns The NETWORK_ID_TIMEOUT value.

@sa otThreadSetNetworkIdTimeout