IAdcControllerProvider.ReadValue(Int32) Method

Definition

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.

Applies to