InputValue Fields |
The InputValue type exposes the following members.
Name | Description | |
---|---|---|
ID |
Input ID, typically describing the type of this input.
For example "VCore_Ignition_".
| |
Name |
The name of this input. For example "Ignition".
| |
Properties |
Analog inputs typically have 'value' and 'inRange' properties,
digital inputs typically have a 'state' property. The value of
these
Property
objects may be read to obtain the
value of the input.
| |
Type |
The generic type of this input. For example "VCore".
|