Applies To Objects
Description
Returns or sets the amount of data to send between error checks. Read-write.
Syntax
object.PacketSize
Element |
Description |
object |
The ZmodemOptions object. |
Comments
The following values indicate the amount of data to send in a packet. Large packet sizes can increase throughput on links that are known to be relatively error-free, but can slow output if lines are noisy. To set the property, use either a constant or a value.
Constant |
Value |
Description |
xZMODEMPACKETSIZE_256K |
0 |
256 bytes per packet |
xZMODEMPACKETSIZE_512K |
1 |
512 bytes per packet |
xZMODEMPACKETSIZE_1024K |
2 |
1024 bytes per packet (default) |