A list of attached Phidgets.

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

Syntax

C#
public PhidgetCollection Devices { get; }
Visual Basic (Declaration)
Public ReadOnly Property Devices As PhidgetCollection
Visual C++
public:
property PhidgetCollection^ Devices {
	PhidgetCollection^ get ();
}

Remarks

This list is updated right before the attach and detach events, and so will be up to date within these events.

See Also