IConnectionSettingsModem Interface Members
In This Topic
The following tables list the members exposed by IConnectionSettingsModem.
Public Properties
| Name | Description |
 | Baud | Baud rate setting. |
 | CharDelay | Gets or sets the time delay (in milliseconds) between characters. |
 | CheckParity | Gets or sets the parity check state. |
 | ConnectMacro | Gets or specifies the name of a macro that runs automatically after a connection is established. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon) |
 | ConnectMacroData | Gets 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) |
 | CTSrequired | When set to true, InfoConnect does not transmit unless the RS-232 Clear To Send (CTS) signal is active. |
 | DisconnectScriptArgs | Gets or sets the text string that contains the arguments to pass to a disconnect script. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon) |
 | DisconnectScriptFile | Gets 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) |
 | DropDTROnDisconnect | When set to true, the Data Terminal Ready (DTR) signal is dropped when the connection is closed. |
 | DSRrequired | When set to true, InfoConnect does not transmit data unless the RS-232 Data Set Ready (DSR) signal is active. |
 | ExitAllowed | When set to true , users can quit Reflection and use the Disconnect command while connected to a host. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon) |
 | ExitOnDisconnect | When set to true , Reflection quits automatically when you disconnect from the host. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon) |
 | LineDelay | Time delay (in tenths of a second) between lines. |
 | ModemAreaCode | A string that specifies the area code (or city code) of the number being dialed. |
 | ModemCountryName | A string that specifies the country of the number being dialed. |
 | ModemInitString | The modem command string that initializes the modem. |
 | ModemLocation | A string that indentifies the current modem location. Modem locations are configured using Control Panel modems. |
 | ModemMode | Identifies the operating mode for the modem. |
 | ModemName | The text string that identifies the type of modem being used. |
 | ModemPhoneNumber | The phone number to dial. |
 | ModemShowDisconnectErrors | Determines whether the "Remote Party Disconnected" error message appears when the modem connection is dropped. |
 | ModemUseDialingRules | When 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. |
 | Parity | Gets or sets the type of parity on the connection. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon) |
 | ReceivePacing | Type of flow control to use for receiving data from the host. |
 | ScriptArgs | Gets or sets the text string that contains arguments to pass to a connect script. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon) |
 | ScriptFile | Get 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) |
 | ScriptType | Gets or sets the type of script file, either Reflection Basic (RBS) or Reflection Command Language (RCL). (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon) |
 | StopBits | The number of stop bits that follow each character during data transmission. |
 | TransmitPacing | Type of flow control to use for transmitting data to the host. |
 | XoffRepeat | The number of characters that InfoConnect accepts after receiving an XOFF and before sending another XOFF. |
 | XoffTimeout | The length of time (in seconds) to wait after sending data before InfoConnect sends an XOFF character. |
Top
See Also