ezLCD SDK Documentation

EZLCD001 Constructor 

 [This is preliminary documentation and subject to change.]

Constructs a new EZLCD001 object given an output stream.

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

Parameters

outputStream
The stream to send LCD commands to.

See Also

EZLCD001 Class | EZLCD.SDK Namespace