Mcp3Base.InputType Enum
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.
InputType: the type of pin connection
C#
protected enum Mcp3Base.InputType
Protected Enum Mcp3Base.InputType
- Inheritance
-
Mcp3Base.InputType
Name | Value | Description |
---|---|---|
SingleEnded | 0 | The value is measured as the voltage on a single pin |
Differential | 1 | The value is the difference in voltage between two pins with the first pin being the positive one |
InvertedDifferential | 2 | The value is the difference in voltage between two pins with the second pin being the positive one |
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 |