ezLCD SDK Documentation

EZLCDBase. Method 

 [This is preliminary documentation and subject to change.]

Allows derived classes to send bytes to the LCD. Used mostly for custom commands only present on certain models.

[Visual Basic]
Protected Sub ( _ 
   ByVal Byte As Byte _ 
)
[C#]
protected void (
   byte Byte
);
[C++]
protected: void (
   char Byte
);
[JScript]
protected function (
   Byte Byte
);

Parameters

value
The byte value to send to the LCD.

See Also

EZLCDBase Class | EZLCD.SDK Namespace