openthread_sys

Function otChannelMonitorIsEnabled

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

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.