XmodemCharacterSetTranslationEnabled Property
In This Topic
When this property is set to True, Reflection performs the character set translations specified on the Translation tab in the File Transfer Setup dialog box, as well as the translations between the host character set and the PC character set, as specified on the Emulation tab in the Terminal Setup dialog box.
Syntax
'Declaration
Property XmodemCharacterSetTranslationEnabled As Boolean
'Usage
Dim instance As IFileTransfer
Dim value As Boolean
instance.XmodemCharacterSetTranslationEnabled = value
value = instance.XmodemCharacterSetTranslationEnabled
bool XmodemCharacterSetTranslationEnabled {get; set;}
Property Value
The default value is false.
See Also