Skip to main content

otBorderRoutingIsMultiAilDetectionEnabled

Function otBorderRoutingIsMultiAilDetectionEnabled 

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

Checks if the Multi-AIL Detector is enabled.

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

@retval TRUE If the detector is enabled. @retval FALSE If the detector is disabled.