Edit

Share via


Mcp3xxx.Read(Int32) Method

Definition

Reads a value from the device

public virtual int Read (int channel);
abstract member Read : int -> int
override this.Read : int -> int
Public Overridable Function Read (channel As Integer) As Integer

Parameters

channel
Int32

Channel which value should be read from (valid values: 0 to channelcount - 1)

Returns

A value corresponding to relative voltage level on specified device channel

Applies to