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

In This Topic
    ConnectionSettingsModem Object Members
    In This Topic

    The following tables list the members exposed by ConnectionSettingsModem.

    Public Properties
     NameDescription
    Public PropertyGets or specifies the name of a macro that runs 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 PropertyGets or sets the text string containing the arguments to pass to a disconnect script.  
    Public PropertyGets or sets the text string containing the name of a Reflection Basic script to run when the connection is closed.  
    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 PropertyA string specifying the area code (or city code) of the number being dialed.  
    Public PropertyA string specifying the country of the number being dialed.  
    Public PropertyModem command string that initializes the modem.  
    Public PropertyA string identifying the current modem location.  
    Public PropertyIdentifies the modem's operating mode (Call, AutoAnswer, Answer, Direct or DialBack).  
    Public PropertyText string that identifies the type of modem being used.  
    Public PropertyThe phone number to dial.  
    Public PropertyDetermines whether the "Remote Party Disconnected" error appears when the modem connection is dropped.  
    Public PropertyWhen set to True, the TAPI modem dialer will add appropriate dialing prefixes to the number you are dialing, based on the current values of ModemAreaCode, ModemCountryName, and ModemLocation. When set to False, the modem dialer will dial the phone number exactly as specified by ModemPhoneNumber. Changing this value is equivalent to changing the "Use Country code and Area code" setting in the Connection Settings dialog box. The default value is True. This value cannot be changed if the connection is open.  
    Public PropertyGets the parent object (Terminal).  
    Public PropertyGets or sets the type of parity on the connection.  
    Public PropertyGets or sets the text string containing the arguments to pass to a connect script.  
    Public PropertyGets or sets the text string containing the name of a Reflection Basic script (for example, a logon script) to run when the connection is established.  
    Public PropertyGets or sets the type of script file, either Reflection Basic or Reflection command language.  
    Top
    See Also