The collection of available analog sensor inputs.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public InterfaceKitAnalogSensorCollection sensors
Visual Basic (Declaration)
Public sensors As InterfaceKitAnalogSensorCollection
Visual C++
public:
InterfaceKitAnalogSensorCollection^ sensors

Remarks

Interface Kits can have 0 or more analog sensor inputs. See your hardware documentation for more information on the I/O specific to your Phidget.

See Also