This class represents a list of available or attached phidgets.

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

Syntax

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

Remarks

This class contains an indexer list storing references to attached or available phidgets.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    Phidgets..::.PhidgetCollection

See Also