Function otThreadGetChildTimeout

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

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