InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsComSerialPort Interface
Properties

In This Topic
    IConnectionSettingsComSerialPort Interface Members
    In This Topic

    The following tables list the members exposed by IConnectionSettingsComSerialPort.

    Public Properties
     NameDescription
     PropertySets the baud rate.  
     PropertyGets or sets the time delay (in milliseconds) between characters.  
     PropertyGets or sets the parity check state on all received characters, when set to true (the default) and Parity is other than 8/None.  
     PropertyGets or specifies the name of a macro that runs automatically after a connection is established. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
     PropertyGets 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)
     PropertyWhen set to true, InfoConnect transmits only if the RS-232 Clear To Send (CTS) signal is active.  
     PropertyGets or sets the text string that contains the arguments to pass to a disconnect script. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
     PropertyGets 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)
     PropertyWhen set to true (the default), the Data Terminal Ready (DTR) signal is dropped when the connection closes.  
     PropertyWhen set to true, InfoConnect transmits data only if the RS-232 Data Set Ready (DSR) signal is active.  
     PropertySpecifies the InfoConnect enhanced communications driver (when set to true).  
     PropertyWhen set to true, users can quit Reflection and use the Disconnect command while connected to a host. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
     PropertyWhen set to true, Reflection quits automatically when you disconnect from the host. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
     PropertyGets or sets the time delay (in tenths of a second) between lines.  
     PropertyGets or sets the type of parity on the connection. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
     PropertyGets or sets the type of flow control to use for receiving data from the host.  
     PropertyGets or sets the text string that contains arguments to pass to a connect script. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
     PropertyGet 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)
     PropertyGets or sets the type of script file, either Reflection Basic (RBS) or Reflection Command Language (RCL). (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
     PropertyGets or sets the COM serial port number.  
     PropertyGets or sets the number of stop bits that follow each character during data transmission.  
     PropertyGets or sets the type of flow control to use for transmitting data to the host.  
     PropertySpecifies the number of characters that InfoConnect accepts after receiving an XOFF and before sending another XOFF.  
     PropertySpecifies the length of time (in seconds) to wait after sending data and before InfoConnect sends an XOFF character.  
    Top
    See Also