Get state of all available analog inputs.

Namespace:  AForge.Robotics.TeRK
Assembly:  AForge.Robotics.TeRK (in AForge.Robotics.TeRK.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public short[] GetInputs()

Return Value

Returns state of all analog inputs measured in milli volts.

Exceptions

ExceptionCondition
AForge..::.ConnectionLostExceptionConnestion to Qwerk is lost.

See Also