AdcController.IsChannelModeSupported(AdcChannelMode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.