Programming with Reflection
XmodemExtension property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) what type of Xmodem error checking is performed, as well as the Xmodem packet size.
The default value is rcXmodemCRC.
rcNone Specifies 1-byte checksum and 128-byte packets.
rcXmodemCRC Specifies 2-byte CRC and 128-byte packets.
rcXmodem1k Specifies 2-byte CRC and 1024-byte packets.