[][src]Function openthread_sys::otChildSupervisionSetInterval

pub unsafe extern "C" fn otChildSupervisionSetInterval(
    aInstance: *mut otInstance,
    aInterval: u16
)

Set the child supervision interval (in seconds).

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aInterval The supervision interval (in seconds). Zero to disable supervision on parent.