ConnType

This is the connection type for which autECLXfer was set. This type may change over time. ConnType is a String data type and is read-only. The following example shows this property.

DIM  Type as String
DIM  SessObj as Object
 
Set SessObj = CreateObject("ZIEWin.autECLSession")
 
' Initialize the session
SessObj.SetConnectionByName("A")
' Save the type
Type = SessObj.ConnType
Connection types for the ConnType property are:
String Returned Meaning
DISP3270 3270 display
DISP5250 5250 display
PRNT3270 3270 printer
PRNT5250 5250 printer
ASCII VT emulation