[][src]Function openthread_sys::otThreadSetChildTimeout

pub unsafe extern "C" fn otThreadSetChildTimeout(
    aInstance: *mut otInstance,
    aTimeout: u32
)

Set the Thread Child Timeout used when operating in the Child role.

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

@sa otThreadGetChildTimeout