[][src]Function openthread_sys::otThreadSetNetworkIdTimeout

pub unsafe extern "C" fn otThreadSetNetworkIdTimeout(
    aInstance: *mut otInstance,
    aTimeout: u8
)

Set the NETWORK_ID_TIMEOUT parameter used in the Leader role.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aTimeout The NETWORK_ID_TIMEOUT value.

@sa otThreadGetNetworkIdTimeout