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


In This Topic
    KermitSendEndCharacter Property
    In This Topic
    Returns or specifies the character that indicates the end of a packet of data sent to the host.
    Syntax
    'Declaration
     
    
    Property KermitSendEndCharacter As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.KermitSendEndCharacter = value
     
    value = instance.KermitSendEndCharacter
    string KermitSendEndCharacter {get; set;}
    Remarks
    If this property is changed in InfoConnect, the corresponding value must also be changed in the remote Kermit program. The default value is a carriage return character, which can be represented as "\r"
    See Also