AdcController.IsChannelModeSupported(AdcChannelMode) Method

Definition

Verifies that the specified channel mode is supported by the controller.

public:
 virtual bool IsChannelModeSupported(AdcChannelMode channelMode) = IsChannelModeSupported;
bool IsChannelModeSupported(AdcChannelMode const& channelMode);
public bool IsChannelModeSupported(AdcChannelMode channelMode);
function isChannelModeSupported(channelMode)
Public Function IsChannelModeSupported (channelMode As AdcChannelMode) As Boolean

Parameters

channelMode
AdcChannelMode

The channel mode.

Returns

Boolean

bool

True if the specified channel mode is supported, otherwise false.

Applies to