IAdcControllerProvider.IsChannelModeSupported(ProviderAdcChannelMode) Method

Definition

Determines if the specified channel mode is supported by the controller.

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

Parameters

channelMode
ProviderAdcChannelMode

The channel mode in question.

Returns

Boolean

bool

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

Applies to