Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsComSerialPort Object
Properties

In This Topic
    ConnectionSettingsComSerialPort Object Members
    In This Topic

    The following tables list the members exposed by ConnectionSettingsComSerialPort.

    Public Properties
     NameDescription
    Public PropertyGets or specifies the name of a macro that is run automatically after a connection is established. You can use the ConnectMacroData property to specify information to be passed to this macro.  
    Public PropertyGets or specifies a string that passes information to a connect macro. When your connect macro runs, the value of MacroData is set equal to the value of ConnectMacroData.  
    Public PropertyGet or set the text string containing the arguments to pass to a disconnect script.  
    Public PropertyGet or set the text string containing the name of a script to run when the connection is closed. The script must be a Reflection Basic script.  
    Public PropertySet this to True to use Reflection's own enhanced communications driver. Set to False if you have a third-party driver that must use the standard Windows data communications driver Comm.drv.  
    Public PropertyWhen set to true, users can exit Reflection and use the Disconnect command while connected to a host.  
    Public PropertyWhen set to True, Reflection closes automatically when you disconnect from the host.  
    Public PropertyGets the parent object (Terminal).  
    Public PropertyGet or set the type of parity on the connection.  
    Public PropertyGet or set the text string containing the arguments to pass to a connect script.  
    Public PropertyGet or set the text string containing the name of a Reflection Basic script to run when the connection is established; for example, a logon script.  
    Public PropertyGet or set the type of script file, either Reflection Basic or Reflection command language.  
    Public PropertyGet or set the COM serial port number.  
    Top
    See Also