InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / ZmodemCharacterSetTranslationEnabled Property


In This Topic
    ZmodemCharacterSetTranslationEnabled Property
    In This Topic
    When this property is set to True, InfoConnect 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 ZmodemCharacterSetTranslationEnabled As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.ZmodemCharacterSetTranslationEnabled = value
     
    value = instance.ZmodemCharacterSetTranslationEnabled
    bool ZmodemCharacterSetTranslationEnabled {get; set;}

    Property Value

    The default value is false.
    Remarks
    This property affects ASCII transfers. The default value is false.
    See Also