Description
-
These constants define terminal emulation that
wodTelnetDLX will implement when connect to the server.
Depending on the server, you should choose appropriate
terminal emulation. Usually, you should choose VT100, but if you're connecting to Linux
server, it's better to choose Linux since you have much
more appropriate codes implemented (such as colors).
Members
-
 |
NoEmulation |
0 |
No Emulation |
 |
VT100Emulation |
1 |
VT100 Emulation. |
 |
LinuxEmulation |
2 |
Linux Emulation. |
|