[][src]Function openthread_sys::otThreadGetChildTimeout

pub unsafe extern "C" fn otThreadGetChildTimeout(
    aInstance: *mut otInstance
) -> u32

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

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

@returns The Thread Child Timeout value in seconds.

@sa otThreadSetChildTimeout