LcdDataModes Enumeration

Phcc Interface Library .NET / COM

Enumeration of LCD data modes.

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration LcdDataModes
C#
public enum LcdDataModes

Members

Member nameDescription
DisplayData
Specifies that the data being sent to the LCD is to be considered as Display Data
ControlData
Specifies that the data being sent to the LCD is to be considered as Control Data

See Also