Function otThreadSetNetworkIdTimeout

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

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