Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / KermitReceiveEndCharacter Property
In This Topic
    KermitReceiveEndCharacter Property
    In This Topic
    Returns or specifies the character that indicates the end of a packet of data received from the host.
    Syntax
    expression.KermitReceiveEndCharacter As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    If this property is changed in Reflection, 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