pub unsafe extern "C" fn otChannelMonitorIsEnabled(
aInstance: *mut otInstance,
) -> boolExpand description
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.