InfoConnect for Airlines VBA Guide
KermitPacketSize Property
Returns or specifies the desired packet size (in bytes) for Kermit transfers from the host.
Syntax
Object.KermitPacketSize As Long
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if a value outside the range of valid values is specified.
Remarks
For transfers to the host, the host Kermit program determines the packet size; if it doesn't support long packets, it adjusts them to 94 bytes. Programs that support packet sizes greater than 94 bytes are referred to as "SuperKermit" programs. The default value is 512. The range of values is 32 - 2048.
See Also