This class represents an analog sensor input for a Phidget InterfaceKit. All the properties of an analog sensor input are stored and modified in this class.

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

Syntax

C#
public class InterfaceKitAnalogSensor
Visual Basic (Declaration)
Public Class InterfaceKitAnalogSensor
Visual C++
public ref class InterfaceKitAnalogSensor

Remarks

A Phidget InterfaceKit analog sensor input object stores the analog sensor data for that input. The sensitivity of the analog sensor readings for the related input is implemented in this class.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.InterfaceKitAnalogSensor

See Also