pub unsafe extern "C" fn otChildSupervisionSetInterval(
aInstance: *mut otInstance,
aInterval: u16,
)
Expand description
Sets the child supervision interval (in seconds) on the child.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aInterval The supervision interval (in seconds). Zero to disable supervision.