Programming with Reflection

image\rwnprg32.gif XmodemExtension property

 

Syntax

object.XmodemExtension
object.XmodemExtension = Value

Works with

image\r124.gif

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) what type of Xmodem error checking is performed, as well as the Xmodem packet size.

Values

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.

 

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property