[][src]Function openthread_sys::otChannelMonitorIsEnabled

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

This function indicates whether the Channel Monitoring operation is enabled and running.

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

@returns TRUE if the Channel Monitoring operation is enabled, FALSE otherwise.