Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IndStrucFieldSizeOption Enumeration
In This Topic
IndStrucFieldSizeOption Enumeration
In This Topic
Specifies whether Reflection uses the Write Structured Field protocol for IND$FILE transfers and if so, sets the buffer size.
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 affects IND$FILE transfer and is applicable to 3270 sessions only.
See Also