InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / INDFileTransferType Enumeration


In This Topic
    INDFileTransferType Enumeration
    In This Topic
    Specifies the default type for mainframe transfers.
    Syntax
    'Declaration
     
    
    Public Enum INDFileTransferType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As INDFileTransferType
    public enum INDFileTransferType : System.Enum 
    Members
    MemberDescription
    AsciiSpecifies an ASCII transfer.
    BinarySpecifies a binary transfer.
    JisciiSpecifies a JISCII transfer.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.INDFileTransferType

    See Also