| InputValue Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Telogis.API
 Syntax
SyntaxThe InputValue type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ID | |
|  | Name | |
|  | Properties | |
|  | Type | 
 Fields
Fields| 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".
             | 
 Examples
Examples See Also
See Also