Click or drag to resize

IndSettings Class

Provides parameters for IND$FILE file transfer.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsIndSettings

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
[SerializableAttribute]
public class IndSettings : ICloneable

The IndSettings type exposes the following members.

Constructors
  NameDescription
Public methodIndSettings
Initializes a new instance of the IndSettings class
Top
Properties
  NameDescription
Public propertyBinaryCICSRecv
Gets or sets the parameters for receiving CICS binary format files.
Public propertyBinaryCICSSend
Gets or sets the parameters for sending CICS binary format files.
Public propertyBinaryCMSRecv
Gets or sets the parameters for receiving CMS binary format files.
Public propertyBinaryCMSSend
Gets or sets the parameters for sending CMS binary format files.
Public propertyBinaryTSORecv
Gets or sets the parameters for receiving TSO binary format files.
Public propertyBinaryTSOSend
Gets or sets the parameters for sending TSO binary format files.
Public propertyDisplayStatus
Gets or sets a value that indicates whether to display a dialog showing the progress of the file transfer.
Public propertyHostProgram
Gets or sets the the name of the IBM host file transfer program. The value is usually IND$FILE in the USA.
Public propertyPCCodePage
Gets or sets the code page for translating text files.
Public propertyRemoveEOFOnRecv
Gets or sets a value that indicates whether to remove end of file indicators on received files.
Public propertySFSize
Gets or sets the structure field size.
Public propertyTextCICSRecv
Gets or sets the parameters for receiving CICS text format files.
Public propertyTextCICSSend
Gets or sets the parameters for sending CICS text format files.
Public propertyTextCMSRecv
Gets or sets the parameters for receiving CMS text format files.
Public propertyTextCMSSend
Gets or sets the parameters for sending CMS text format files.
Public propertyTextTSORecv
Gets or sets the parameters for receiving TSO text format files.
Public propertyTextTSOSend
Gets or sets the parameters for sending TSO text format files.
Public propertyTimeOutSec
Gets or sets the amount of time allowed for the host to respond to commands sent from the emulator.
Public propertyVerifyOverwrite
Gets or sets a value that indicates whether to display a warning dialog when receiving a file that already exists at the target location.
Top
Methods
  NameDescription
Public methodClone
Creates a copy of the current IndSettings object.
Top
See Also