InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / WyseReturnKeyOption Enumeration


In This Topic
    WyseReturnKeyOption Enumeration
    In This Topic
    Indictates what is sent to the host when the RETURN key is pressed during a Wyse terminal emulation session.
    Syntax
    'Declaration
     
    
    Public Enum WyseReturnKeyOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WyseReturnKeyOption
    public enum WyseReturnKeyOption : System.Enum 
    Members
    MemberDescription
    CRSend a carriage return (CR).
    CRLFSend a carriage return and line feed (CRLF).
    TABSend a TAB.
    Remarks
    The selected character or character sequence is sent.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.WyseReturnKeyOption

    See Also