InfoConnect for Unisys
XModemErrorCheckingOption Enumeration


Options for specifying the type of Xmodem error checking and the Xmodem packet size.
Syntax
'Declaration
 
Public Enum XModemErrorCheckingOption 
   Inherits System.Enum
'Usage
 
Dim instance As XModemErrorCheckingOption
public enum XModemErrorCheckingOption : System.Enum 
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.XModemErrorCheckingOption

See Also