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 Obj as Object
Set Obj = CreateObject("ZIEWin.autECLXfer")
' Initialize the connection
Obj.SetConnectionByName("A")
' Save the type
Type = Obj.ConnTypeConnection types for the ConnType property are:
| String Returned | Meaning |
|---|---|
| DISP3270 | 3270 display |
| DISP5250 | 5250 display |
| PRNT3270 | 3270 printer |
| PRNT5250 | 5250 printer |
| ASCII | VT emulation |