ezLCD SDK Documentation

EZLCD004 Constructor (Stream, Stream)

 [This is preliminary documentation and subject to change.]

Constructs a new EZLCD004 object using the specified input and output streams.

[Visual Basic]
Public Sub New( _ 
   ByVal Stream As Stream, _ 
   ByVal Stream As Stream _ 
)
[C#]
public EZLCD004(
   Stream Stream,
   Stream Stream
);
[C++]
public: EZLCD004(
   Stream* Stream,
   Stream* Stream
);
[JScript]
public function EZLCD004(
   Stream Stream,
   Stream Stream
);

Parameters

outputStream
The output stream to send LCD commands to.
inputStream
The input stream to read touch screen data from.

Remarks

Passing in null for the input stream will disable touch screen processing.

See Also

EZLCD004 Class | EZLCD.SDK Namespace | EZLCD004 Constructor Overload List