Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / DataStreamTranslation Property


In This Topic
DataStreamTranslation Property
In This Topic
Gets or sets whether Reflection 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

Property Value

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