InfoConnect for Airlines
IConnectionSettingsModem Interface Members
Properties 

The following tables list the members exposed by IConnectionSettingsModem.

Public Properties
 NameDescription
 PropertyBaudBaud rate setting.  
 PropertyCharDelayGets or sets the time delay (in milliseconds) between characters.  
 PropertyCheckParityGets or sets the parity check state.  
 PropertyConnectMacroGets or specifies the name of a macro that runs automatically after a connection is established. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyConnectMacroDataGets or specifies a string that passes information to a connect macro. When the connect macro runs, the value of MacroData is set equal to the value of ConnectMacroData. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyCTSrequiredWhen set to true, InfoConnect does not transmit unless the RS-232 Clear To Send (CTS) signal is active.  
 PropertyDisconnectScriptArgsGets or sets the text string that contains the arguments to pass to a disconnect script. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyDisconnectScriptFileGets or sets the text string that contains the name of a Reflection Basic script to run when the connection is closed. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyDropDTROnDisconnectWhen set to true, the Data Terminal Ready (DTR) signal is dropped when the connection is closed.  
 PropertyDSRrequiredWhen set to true, InfoConnect does not transmit data unless the RS-232 Data Set Ready (DSR) signal is active.  
 PropertyExitAllowedWhen set to true, users can quit InfoConnect and use the Disconnect command while connected to a host. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyExitOnDisconnectWhen set to true, InfoConnect quits automatically when you disconnect from the host. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyLineDelayTime delay (in tenths of a second) between lines.  
 PropertyModemAreaCodeA string that specifies the area code (or city code) of the number being dialed.  
 PropertyModemCountryNameA string that specifies the country of the number being dialed.  
 PropertyModemInitStringThe modem command string that initializes the modem.  
 PropertyModemLocationA string that indentifies the current modem location. Modem locations are configured using Control Panel modems.  
 PropertyModemModeIdentifies the operating mode for the modem.  
 PropertyModemNameThe text string that identifies the type of modem being used.  
 PropertyModemPhoneNumberThe phone number to dial.  
 PropertyModemShowDisconnectErrorsDetermines whether the "Remote Party Disconnected" error message appears when the modem connection is dropped.  
 PropertyModemUseDialingRulesWhen set to true, the TAPI modem dialer adds the appropriate prefix to the number you are dialing, based on the current values of ModemAreaCode, ModemCountryName, and ModemLocation.  
 PropertyParityGets or sets the type of parity on the connection. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyReceivePacingType of flow control to use for receiving data from the host.  
 PropertyScriptArgsGets or sets the text string that contains arguments to pass to a connect script. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyScriptFileGet or set the text string that contains the name of a Reflection Basic script to run when the connection is established (for example, a logon script). (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyScriptTypeGets or sets the type of script file, either Reflection Basic (RBS) or Reflection Command Language (RCL). (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyStopBitsThe number of stop bits that follow each character during data transmission.  
 PropertyTransmitPacingType of flow control to use for transmitting data to the host.  
 PropertyXoffRepeatThe number of characters that InfoConnect accepts after receiving an XOFF and before sending another XOFF.  
 PropertyXoffTimeoutThe length of time (in seconds) to wait after sending data before InfoConnect sends an XOFF character.  
Top
See Also