This class represents a collection of LEDs. All the methods and properties used to access the available LEDs are implemented in this class.

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

Syntax

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

Remarks

This class contains the count of the available LEDs and the LED indexer to access the LEDs and set or get their brightness.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.LEDLEDCollection

See Also