InfoConnect for Airlines VBA Guide
ZmodemPacketSize Property
Returns or specifies the sub-packet size (in bytes) for file transfers to the remote system.
Syntax
Object.ZmodemPacketSize As Long
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if a value outside the range of valid values is specified.
Remarks
This value specifies the number of bytes of data that Zmodem transfers at a time. The default value is 1024. The default value works in most situations. The range of values is 32 - 1024.
See Also