Base class from which all Phidget device classes derive.

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

Syntax

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

Remarks

Don't create phidget devices directly using this class. Use the specific class for the device that you wish to access.

Inheritance Hierarchy

See Also