AnalogInput Class

Represents the value of a given analog input.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public class AnalogInput
Inheritance
Object    AnalogInput

Properties

Value Gets the analog inpput value.

Methods

ToString Returns the string representation of the value.
(Overrides ObjectToString)

Operators

(AnalogInput to Single) Implicit float cast operator.

See Also