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

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