Constructs a new EZLCD002 object using the same stream for both input and output.
Constructs a new EZLCD002 object using the same stream for both input and output.
[Visual Basic] Public Sub New(ByVal Stream)
[C#] public EZLCD002(Stream);
[C++] public: EZLCD002(Stream*);
[JScript] public function EZLCD002(Stream);
Constructs a new EZLCD002 object using the specified input and output streams.
[Visual Basic] Public Sub New(ByVal Stream,ByVal Stream)
[C#] public EZLCD002(Stream,Stream);
[C++] public: EZLCD002(Stream*,Stream*);
[JScript] public function EZLCD002(Stream,Stream);
EZLCD002 Class | EZLCD.SDK Namespace