InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / RawEightBit Property


In This Topic
    RawEightBit Property
    In This Topic

    Gets or sets a value indicating whether to transmit extended characters to the host and preserve the values above ASCII 127.

    Syntax
    'Declaration
     
    
    Property RawEightBit As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.RawEightBit = value
     
    value = instance.RawEightBit
    bool RawEightBit {get; set;}

    Property Value

    If false, T27 transmits extended characters as 7-bit characters.

    See Also