Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / TelnetAttnOption Enumeration


TelnetAttnOption Enumeration
Defines values that specify what happens when the ATTN host key is transmitted.
Syntax
'Declaration
 
Public Enum TelnetAttnOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TelnetAttnOption
Members
MemberDescription
TelnetAbortOutputSends a Telnet Abort Output to the host.
TelnetBreakSends a Telnet Break to the host.
TelnetIntProcessSends a Telnet Int Process to the host.
Remarks
The definition of this key and its values vary by host application. This property is only relevant for 3270 Telnet sessions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.TelnetAttnOption

See Also