InfoConnect for Airlines VBA Guide
KermitWindowSize Property
If the remote Kermit program supports sliding windows, this property determines the size (in packets) of a sliding window.
Syntax
Object.KermitWindowSize As Long
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException 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 InfoConnect 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