IAdcControllerProvider.ReadValue(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.
Gets the digital representation of the analog value on the specified channel.
public:
int ReadValue(int channelNumber);
int ReadValue(int const& channelNumber);
public int ReadValue(int channelNumber);
function readValue(channelNumber)
Public Function ReadValue (channelNumber As Integer) As Integer
Parameters
- channelNumber
-
Int32
int
Which channel to read from.
Returns
Int32
int
The digital representation of the analog value.