[][src]Function openthread_sys::otChildSupervisionGetCheckTimeout

pub unsafe extern "C" fn otChildSupervisionGetCheckTimeout(
    aInstance: *mut otInstance
) -> u16

Get the supervision check timeout interval (in seconds).

If the device is a sleepy child and it does not hear from its parent within the specified check timeout, it initiates the re-attach process (MLE Child Update Request/Response exchange with its parent).

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

@returns The supervision check timeout. Zero indicates that supervision check on the child is disabled.