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


In This Topic
    IndStrucFieldSizeOption Enumeration
    In This Topic
    Specifies whether InfoConnect uses the Write Structured Field protocol for IND$FILE transfers and determines the buffer size.
    Syntax
    'Declaration
     
    
    Public Enum IndStrucFieldSizeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As IndStrucFieldSizeOption
    public enum IndStrucFieldSizeOption : System.Enum 
    Members
    MemberDescription
    SF16KUses the Write Structured Field protocol with a 16K buffer.
    SF2KUses the Write Structured Field protocol with a 2K buffer.
    SF32KUses the Write Structured Field protocol with a 32K buffer.
    SF4KUses the Write Structured Field protocol with a 4K buffer.
    SF8KUses the Write Structured Field protocol with a 8K buffer.
    SFDisabledUses the Buffered protocol instead of the Write Structured Field protocol.
    Remarks
    This property is applicable to 3270 sessions only.
    Inheritance Hierarchy

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

    See Also