Skip to main content

otBorderRoutingIsMultiAilDetectionRunning

Function otBorderRoutingIsMultiAilDetectionRunning 

Source
pub unsafe extern "C" fn otBorderRoutingIsMultiAilDetectionRunning(
    aInstance: *mut otInstance,
) -> bool
Expand description

Checks if the Multi-AIL Detector is running.

The detector runs when it is enabled and the infrastructure interface is also active.

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

@retval TRUE If the detector is running. @retval FALSE If the detector is not running.