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