InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / XModemErrorCheckingOption Enumeration


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
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