InfoConnect for Airlines VBA Guide
TelnetLineModeOption Enumeration
Specifies line mode use for Telnet connections. All options other than RFC are know as "faux" line mode.
Members
MemberDescription
AlwaysAlways use line mode.
EchoUse line mode when the host tells InfoConnect to do the echoing.
EchoSGAUse line mode for Echo or SGA.
NeverDoesn't use line mode.
RFCNegotiate line mode use when connected to a host that supports line mode.
SGAUse line mode when the host does not suppress Go Ahead.
See Also