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

Sets the Thread Child Timeout (in seconds) 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