Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / KermitWindowSize Property
In This Topic
    KermitWindowSize Property
    In This Topic
    If the remote Kermit program supports sliding windows, this property determines the size (in packets) of a sliding window.
    Syntax
    expression.KermitWindowSize As Integer
    where expression is a variable that represents a FileTransfer Object
    Exceptions
    ExceptionDescription
    Thrown if a value outside the range of valid values is specified.
    Remarks
    This value is zero-based, so the default value (1) actually configures Reflection for a two-packet sliding window under Kermit. Kermit programs that support sliding windows are referred to as "SuperKermit" programs. The default value is 1. The range of possible values is 0 - 31.
    See Also