Edit

Share via


Mcp3xxx.ReadInternal(Int32, Mcp3Base+InputType, Int32) Method

Definition

Reads a value from the device

protected int ReadInternal (int channel, Iot.Device.Adc.Mcp3Base.InputType inputType, int adcResolutionBits);
override this.ReadInternal : int * Iot.Device.Adc.Mcp3Base.InputType * int -> int
Protected Function ReadInternal (channel As Integer, inputType As Mcp3Base.InputType, adcResolutionBits As Integer) As Integer

Parameters

channel
Int32

Channel which value should be read from. For diffential inputs this represents a channel pair (valid values: 0 - channelcount - 1 or 0 - channelcount / 2 - 1 with differential inputs)

inputType
Mcp3Base.InputType

The type of input channel to read.

adcResolutionBits
Int32

The number of bits in the returned value

Returns

A value corresponding to relative voltage level on specified device channel

Applies to