[][src]Function openthread_sys::otLinkIsActiveScanInProgress

pub unsafe extern "C" fn otLinkIsActiveScanInProgress(
    aInstance: *mut otInstance
) -> bool

This function indicates whether or not an IEEE 802.15.4 Active Scan is currently in progress.

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

@returns true if an IEEE 802.15.4 Active Scan is in progress, false otherwise.