InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / TelnetAttnOption Enumeration


In This Topic
    TelnetAttnOption Enumeration
    In This Topic
    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
    public enum TelnetAttnOption : System.Enum 
    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