This class represents a Phidget Manager.

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

Syntax

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

Remarks

The Phidget manager is a way to keep track of attached phidgets, it will send Attach and Detach events as Phidgets are added and removed from the system.

The Phidget manager returns special instances of Phidget objects that are not actually connected to opened Phidgets but can be used to get serial number, name, version, etc.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Manager

See Also