InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / DataStreamTranslation Property


In This Topic
    DataStreamTranslation Property
    In This Topic
    Gets or sets whether InfoConnect translates characters from the host to the PC, and vice versa, using the current translation table.
    Syntax
    'Declaration
     
    
    Property DataStreamTranslation As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.DataStreamTranslation = value
     
    value = instance.DataStreamTranslation
    bool DataStreamTranslation {get; set;}

    Property Value

    The default value is false.
    Remarks
    You can specify the translation table using an InfoConnect translation table editor. For more information, see the InfoConnect Help.
    See Also