AdcController.OpenChannel(Int32) 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.
Opens a connection to the specified ADC channel.
public:
virtual AdcChannel ^ OpenChannel(int channelNumber) = OpenChannel;
AdcChannel OpenChannel(int const& channelNumber);
public AdcChannel OpenChannel(int channelNumber);
function openChannel(channelNumber)
Public Function OpenChannel (channelNumber As Integer) As AdcChannel
Parameters
- channelNumber
-
Int32
int
The channel to connect to.
Returns
The ADC channel.