Example

The following example shows how to connect the ECL Connection to the host data stream.

' Create a new lsxECLConnection object for ECL Connection A
dim myConnObj as new lsxECLConnection("A")
 
' Make sure we have communications with the host
if myConnObj.CommStarted = 0 then
 myConnObj.StartCommunication