Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / TelnetLineModeOption Enumeration
In This Topic
TelnetLineModeOption Enumeration
In This Topic
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 Reflection 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