This class represents a Phidget Analog. All methods to control a Phidget Analog are implemented in this class.

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

Syntax

C#
public class Analog : Phidget
Visual Basic (Declaration)
Public Class Analog _
	Inherits Phidget
Visual C++
public ref class Analog : public Phidget

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Phidget
    Phidgets..::.Analog

See Also