Mcp3Base.ReadInternal(Int32, Int32, Int32) Method
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.
Reads a value from the device
C#
protected int ReadInternal (int adcRequest, int adcResolutionBits, int delayBits);
member this.ReadInternal : int * int * int -> int
Protected Function ReadInternal (adcRequest As Integer, adcResolutionBits As Integer, delayBits As Integer) As Integer
- adcRequest
- Int32
A bit pattern to be sent to the ADC.
- adcResolutionBits
- Int32
The number of bits in the returned value
- delayBits
- Int32
The number of bits to be delayed between the request and the response being read.
A value corresponding to a voltage level on the input pin described by the request.
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |