ezLCD SDK Documentation

EZLCD002 Constructor (Stream, Stream)

 [This is preliminary documentation and subject to change.]

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

[Visual Basic]
Public Sub New( _ 
   ByVal Stream As Stream, _ 
   ByVal Stream As Stream _ 
)
[C#]
public EZLCD002(
   Stream Stream,
   Stream Stream
);
[C++]
public: EZLCD002(
   Stream* Stream,
   Stream* Stream
);
[JScript]
public function EZLCD002(
   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

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