InfoConnect for Airlines VBA Guide
Terminal Object Methods

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

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