Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / XModemErrorCheckingOption Enumeration
In This Topic
    XModemErrorCheckingOption Enumeration
    In This Topic
    Options for specifying the type of Xmodem error checking and the Xmodem packet size.
    Members
    MemberDescription
    NoneSpecifies 1-byte checksum and 128-byte packets.
    XModem1kSpecifies 2-byte CRC and 1024-byte packets.
    XModemCrcSpecifies 2-byte CRC and 128-byte packets.
    See Also