[][src]Function openthread_sys::otChannelManagerGetAutoChannelSelectionEnabled

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

This function indicates whether the auto-channel-selection functionality is enabled or not.

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

@returns TRUE if enabled, FALSE if disabled.