Attachmate.Reflection.Emulation.OpenSystems Assembly > Attachmate.Reflection.Emulation.OpenSystems Namespace : ITerminal Interface |
For a list of all members of this type, see ITerminal members.
Name | Description | |
---|---|---|
![]() | AddVBAReference | |
![]() | Close | Closes the terminal session with the close option. |
![]() | CloseAllConnections | Closes all connections established by the current instance of the emulator. |
![]() | Connect | Connects to the host. It is ignored if a connection already exists. |
![]() | Dial | Overloaded. Dials a modem. This method is only valid if Reflection is set to use the old modem dialer (UseModemDialerV5 = true). |
![]() | Disconnect | Disconnects from the host. If no connection currently exists, this method is ignored. |
![]() | Execute | Execute a given action. Actions possible is defined in InputMapActionID. |
![]() | GetDASOPassTicket | Issues 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. |
![]() | GetSerialConnectionStatistics | Returns a statistic for a serial connection. |
![]() | GetVBAReferences | |
![]() | HangUp | Hangs up the modem by sending the Hayes "+++" command to get the modem's attention, followed by the "ATH" hangup command. |
![]() | OpenSettings | Opens a setting file. |
![]() | ProcessTrace | Process a tracefile created by StartTrace()/StopTrace(). |
![]() | RemoveVBAReference | |
![]() | ResetTerminal | Executes a terminal reset. |
![]() | RestoreDefault | Restores the session settings to the default settings as specified by the restore option value. |
![]() | ResumeConnection | Resumes a previously suspended connection (suspend connections with the SuspendConnection method). |
![]() | Save | Saves all settings. |
![]() | SaveAs | Saves all settings to the specified file. |
![]() | SaveAsCompound | Saves a session as a compound session document. |
![]() | StartLogging | Start logging terminal activity. |
![]() | StartTrace | Starts capturing data coming from the host to a disk file. |
![]() | StopLogging | Stop logging terminal activity. |
![]() | StopTerminalInstance | For internal use. Used when a Terminal User Control is being shut down. |
![]() | StopTrace | Stops capturing incoming host data to a file and closes the trace file. |
![]() | SuspendCurrentConnection | Suspends the current host connection (so that it can be resumed later with ResumeConnection). |
![]() | WaitForCall | Overloaded. Initializes the modem to automatically answer an incoming call and opens a status dialog box until a connection is established. |