|
| Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
| LcdDataModes Enumeration |
| See Also Send Feedback |
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 name | Description | |
|---|---|---|
| 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
|