Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library
/
Attachmate.Reflection.Objects.Emulation.OpenSystems Library
/
FileTransfer Object
/ XmodemExtension Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Visual Basic (Declaration)
In This Topic
XmodemExtension Property
In This Topic
Returns or specifies what type of Xmodem error checking is performed, as well as the Xmodem packet size.
Syntax
Visual Basic (Declaration)
expression
.XmodemExtension
As
XModemErrorCheckingOption
where
expression
is a variable that represents a
FileTransfer Object
Property Value
An
XModemErrorCheckingOption
value
Remarks
The default value is XModemErrorCheckingOption.XmodemCRC.
Specifies 1-byte checksum and 128-byte packets.
Specifies 2-byte CRC and 128-byte packets.
2-byte CRC and 1024-byte packets.
See Also
Reference
FileTransfer Object
FileTransfer Members