pub unsafe extern "C" fn otBorderRoutingSetMultiAilDetectionEnabled(
aInstance: *mut otInstance,
aEnable: bool,
)Expand description
Enables or disables the Multi-AIL Detector.
If OPENTHREAD_CONFIG_BORDER_ROUTING_MULTI_AIL_DETECTION_AUTO_ENABLE_MODE is enabled, the detector is enabled
by default and starts running when the infra-if network is initialized and becomes active (running).
@param[in] aInstance A pointer to the OpenThread instance. @param[in] aEnable TRUE to enable the detector, FALSE to disable.