This class represents a Phidget Text LED. All methods to control the Text LED are implemented in this class.

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

Syntax

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

Remarks

The Text LED is a Phidget that displays text and numerals on LED numeric display in rows. The number of rows and size of each row depends on your configuration.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Phidget
    Phidgets..::.TextLED

See Also