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

Sets the supervision check timeout interval (in seconds) on the child.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aTimeout The check timeout (in seconds). Zero to disable supervision check on the child.