Reflection
ITerminal Interface Methods

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

Public Methods
 NameDescription
 MethodAddVBAReference  
 MethodCloseCloses the terminal session with the close option.  
 MethodCloseAllConnectionsCloses all connections established by the current instance of the emulator.  
 MethodConnectConnects to the host. It is ignored if a connection already exists.  
 MethodDialOverloaded. Dials a modem. This method is only valid if Reflection is set to use the old modem dialer (UseModemDialerV5 = true).  
 MethodDisconnectDisconnects from the host. If no connection currently exists, this method is ignored.  
 MethodExecuteExecute a given action. Actions possible is defined in InputMapActionID.  
 MethodGetDASOPassTicketIssues 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.  
 MethodGetSerialConnectionStatisticsReturns a statistic for a serial connection.  
 MethodGetVBAReferences  
 MethodHangUpHangs up the modem by sending the Hayes "+++" command to get the modem's attention, followed by the "ATH" hangup command.  
 MethodOpenSettingsOpens a setting file.  
 MethodProcessTraceProcess a tracefile created by StartTrace()/StopTrace().  
 MethodRemoveVBAReference  
 MethodResetTerminalExecutes a terminal reset.  
 MethodRestoreDefaultRestores the session settings to the default settings as specified by the restore option value.  
 MethodResumeConnectionResumes a previously suspended connection (suspend connections with the SuspendConnection method).  
 MethodSaveSaves all settings.  
 MethodSaveAsSaves all settings to the specified file.  
 MethodSaveAsCompoundSaves a session as a compound session document.  
 MethodStartLoggingStart logging terminal activity.  
 MethodStartTraceStarts capturing data coming from the host to a disk file.  
 MethodStopLoggingStop logging terminal activity.  
 MethodStopTerminalInstanceFor internal use. Used when a Terminal User Control is being shut down.  
 MethodStopTraceStops capturing incoming host data to a file and closes the trace file.  
 MethodSuspendCurrentConnectionSuspends the current host connection (so that it can be resumed later with ResumeConnection).  
 MethodWaitForCallOverloaded. Initializes the modem to automatically answer an incoming call and opens a status dialog box until a connection is established.  
Top
See Also