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


In This Topic
    SingleByteUPSSOption Enumeration
    In This Topic
    Defines the Digital UPS character set that is used when SET HOST-CHARACTER-SET is set to a double-byte character set.
    Syntax
    'Declaration
     
    
    Public Enum SingleByteUPSSOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SingleByteUPSSOption
    public enum SingleByteUPSSOption : System.Enum 
    Members
    MemberDescription
    DECSupplementalThe Digital Supplemental character set is used.
    ISOLatin1The ISO Latin-1 character set is used.
    Inheritance Hierarchy

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

    See Also