This class represents a Phidget Manager.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public class Manager | 
| Visual Basic (Declaration) | 
|---|
| Public Class Manager | 
| Visual C++ | 
|---|
| public ref class Manager | 
 Remarks
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
Inheritance Hierarchy
System..::.Object
Phidgets..::.Manager
Phidgets..::.Manager