This class represents a row of text display on the screen of the TextLCD.

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

Syntax

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

Remarks

a TextLCDRow object stores the text that will be displayed at the row specified by the provided index. Currently, TextLCDs only support 2 rows of text display.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.TextLCDRow

See Also