Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / KermitSendStartCharacter Property
In This Topic
    KermitSendStartCharacter Property
    In This Topic
    Returns or specifies the character that indicates the beginning of a packet of data sent to the host.
    Syntax
    expression.KermitSendStartCharacter 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 start-of-header character, which can be represented as "\0x0001".
    See Also