Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / KermitReceiveStartCharacter Property
In This Topic
    KermitReceiveStartCharacter Property
    In This Topic
    Returns or specifies the character that indicates the beginning of a packet of data received from the host.
    Syntax
    expression.KermitReceiveStartCharacter 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 is appropriate for most systems. The default value is a start-of-header character, which can be represented as "\0x0001".
    See Also