ConvertTypeToString
This method converts a connection type returned by ECLConnection::GetConnType() into a null terminated string. The string returned is not language sensitive.
| ConnType | Returned String |
|---|---|
| HOSTTYPE_3270DISPLAY | "3270 DISPLAY" |
| HOSTTYPE_3270PRINTER | "3270 PRINTER" |
| HOSTTYPE_5250 DISPLAY | "5250 PRINTER" |
| HOSTTYPE_5250PRINTER | "5250 PRINTER" |
| HOSTTYPE_VT | "ASCII TERMINAL" |
| HOSTTYPE_PC | "PC SESSION" |
| Any other value | "UNKNOWN" |