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

In This Topic
Terminal Object Methods
In This Topic

For a list of all members of this type, see Terminal members.

Public Methods
 NameDescription
Public MethodAdds a reference to a session file that contains macros you want to share with the current session to the VBA References settings. After you add the reference, the macros in that file are available to the current session. When you save your session, the macros are saved in your current session document file and updated each time you reopen your session.  
Public MethodCloses the terminal session with the close option.  
Public MethodCloses all connections established by the current instance of the emulator.  
Public MethodConnects to the host. It is ignored if a connection already exists.  
Public MethodDials a modem. This method is only valid if Reflection is set to use the old modem dialer (UseModemDialerV5 = true).  
Public MethodDials a modem. This method is only valid if Reflection is set to use the old modem dialer (UseModemDialerV5 = true).  
Public MethodDisconnects from the host. If no connection currently exists, this method is ignored.  
Public MethodExecute a given action. Actions possible is defined in InputMapActionID.  
Public MethodIssues a request to the Management and Security Server for a DASO pass ticket. On success, the DASOUserID and DASOPassTicket properties will be valid and can be used for automated sign on to the host. The application ID can be preset using the DASOApplicationID property in which case the ApplicationID parameter on this call may be empty.  
Public MethodReturns a statistic for a serial connection.  
Public MethodRetrieves a list of the session documents referenced by the current session from the VBA References settings. The macros in these session documents are available to the current session.  
Public MethodHangs up the modem by sending the Hayes "+++" command to get the modem's attention, followed by the "ATH" hangup command.  
Public MethodOpens a setting file.  
Public MethodProcess a trace file created by StartTrace()/StopTrace().  
Public Method

Removes a reference to a session document file from the VBA References settings. After you remove this file name, the macros in that file are no longer available in the current session. To make this change permanent, you'll need to save your session document file.

 
Public MethodExecutes a terminal reset.  
Public MethodRestores the session settings to the default settings, as specified by the restore option value.  
Public MethodResumes a previously suspended connection (suspend connections with the SuspendConnection method).  
Public MethodThis method saves all settings.  
Public MethodSaves all settings to the specified file.  
Public MethodSaves a session as a compound session document.  
Public MethodStart logging terminal activity.  
Public MethodStarts capturing data coming from the host to a disk file.  
Public MethodStop logging terminal activity.  
Public MethodStops capturing incoming host data to a file and closes the trace file.  
Public MethodSuspends the current host connection (so that it can be resumed later with ResumeConnection).  
Public MethodInitializes the modem to automatically answer an incoming call and opens a status dialog box until a connection has been established.  
Public MethodInitializes the modem to automatically answer an incoming call and opens a status dialog box until a connection has been established.  
Public MethodInitializes the modem to automatically answer an incoming call and opens a status dialog box until a connection has been established.  
Top
See Also