Attachmate.Reflection.Emulation.UTS Namespace : IUtsTerminal Interface |
The following tables list the members exposed by IUtsTerminal.
Name | Description | |
---|---|---|
![]() | AfterConnectMacro | Gets or sets the macro or action that is run after the session connects. |
![]() | BeepsOnSystemMessage | Gets or sets the number of beeps to sound when the host sends a message. |
![]() | BeforeConnectMacro | Gets or sets the macro or action that is run before the session connects. |
![]() | CaptureArea | Gets or sets the display capture area type. |
![]() | ClearScreenAtDisconnect | Gets or sets a value indicating whether the terminal screen is cleared when the session is disconnected. |
![]() | Columns | Gets or sets the number of columns per page. The valid range of values is 2 - 132 inclusive. |
![]() | ContextMenus | Gets the ContextMenus object. |
![]() | DestructiveSpace | Gets or sets a value indicating whether to erase characters when the Space key is pressed. |
![]() | DisableKeystrokeProductivity | Gets or sets a value indicating whether all keystroke Productivity functionality (such as Spell Check and Auto Complete) is disabled. |
![]() | DisableScreenHistory | Gets or sets a value indicating whether Screen History is disabled. |
![]() | DisplayControlChars | Gets or sets a value indicating whether to display all control characters with decimal values less than 32, such as line feed, form feed, and tab characters. |
![]() | EnableBlink | Gets or sets a value indicating whether to enable blinking when the host sends a character that has a blinking attribute. |
![]() | EnableSystemResponseMode | Gets or sets a value indicating whether to allow a session to be put in system mode. |
![]() | ExtendControlPage | Gets or sets a value indicating whether to enable the Extended Control Page, which is used for file transfers to System 80 hosts. |
![]() | FCCTransmitMode | Gets or sets the control transmit mode |
![]() | FileTransfer | Gets the FileTransfer object. |
![]() | HostGraphicsType | Gets or sets a value indicating the T27 host graphics type for the session. |
![]() | HostScreenTable | Gets or sets the name of the translation table (.TBL file) to use to convert characters received from the host before they are displayed on the PC. |
![]() | IgnoreHostColorsOnStatusLine | Gets or sets a value indicating whether to use the status line colors specified in the session settings rather than any colors specified by the host. |
![]() | IsConnected | Gets a value indicating whether the session is connected. |
![]() | IsPolling | Gets a value indicating whether the session is trying to poll (For PEPGate and INT1 transport). |
![]() | KeyboardHistorySavedInputs | Gets or sets the number of commands to save so that they can be recalled later. The valid range of values is 0 - 10 inclusive. |
![]() | KeyboardMapper | Gets the KeyboardMapper object. |
![]() | Macro | Gets the Macro object. |
![]() | ManualConnect | Gets or sets a value indicating whether the user must explicitly connect to the host on session startup. |
![]() | Modified | Gets a value indicating whether the session configuration has changed. |
![]() | MouseMapper | Gets the MouseMapper object. |
![]() | OverrideHostFCCs | Gets or sets a value indicating whether to use the colors defined in the session settings. |
![]() | Pages | Gets or sets the number of pages to use (1-9). The valid range of values is 1 - 9 inclusive. |
![]() | PathId | Gets or sets the InfoConnect Path ID used for this terminal session. Leave empty to be prompted at session startup for the path. |
![]() | PrinterDeviceIdentifier | Gets or sets the hexadecimal address of the DID (device identifier) for the device that the host sends host-initiated print jobs to. The valid range of values is 0x20 - 0x7F inclusive. |
![]() | PrintMode | Gets or sets the control print mode. |
![]() | PrintRange | Gets or sets the printer range mode. |
![]() | Productivity | Gets the Productivity object. |
![]() | QuickPadsShowToolTips | Gets or sets a value indicating whether QuickPad controls display tooltips. |
![]() | ReadDeviceIdentifier | Gets or sets the hexadecimal address of the device identifier (DID) for the device that receives data from a host's disk drive, tape system, or other device. The valid range of values is 0x20 - 0x7F inclusive. |
![]() | RepeatAlarm | Gets or sets a value indicating whether to repeatedly sound the number of beeps specified by the BeepsOnSystemMessage property when the session has a host message to display. |
![]() | ReverseStatusLine | Gets or sets a value indicating whether to reverse the foreground and background colors of the status line. |
![]() | Rows | Gets or sets the number of rows per page. The valid range of values is 2- 255 inclusive. |
![]() | RunMacroAfterConnect | Gets or sets a value indicating whether a macro or action is to be run after the session is connected. |
![]() | RunMacroAtReconnect | Gets or sets a value indicating whether the connect macro or action is to be run after the session is reconnected. |
![]() | RunMacroBeforeConnect | Gets or sets a value indicating whether a macro or action is to be run before the session is connected. |
![]() | SaveHostControlPageChanges | Gets or sets a value indicating whether to save any changes the host sends to the Control Page or Extended Control Page during a session. |
![]() | Screen | Gets the Screen object. |
![]() | ScreenAlarm | Gets or sets a value indicating whether to sound a beep when the cursor moves to the eighth position before the end of the row and when the cursor reaches any position on the last row. |
![]() | ScreenHostTable | Gets or sets the name of the translation table (.TBL file) to use to convert displayed characters before they are sent to the host. |
![]() | SuppressSpaces | Gets or sets a value indicating whether to remove trailing spaces from the printer output. |
![]() | TerminalUserControlContext | Gets or sets a value indicating whether this terminal object is being used in a Terminal User Control context. |
![]() | Theme | Gets the theme object. |
![]() | TransmitMode | Gets or sets the control transmit mode |
![]() | UpperCaseOnly | Gets or sets a value indicating whether to translate lowercase characters that are typed to their uppercase equivalents. |
![]() | VBCommonProject | Gets the Common VBA Project (VBA use only) |
![]() | VBProject | Gets the document specific VBA Project (VBA use only) |
![]() | Version | Gets the version of the terminal session control. |
Name | Description | |
---|---|---|
![]() | Close | Closes the terminal session with the close option. |
![]() | Connect | Connects to the host. |
![]() | Disconnect | Disconnects from the host. |
![]() | Execute | Execute a given action. Actions possible is defined in InputMapActionID. |
![]() | Save | Saves all settings. |
![]() | SaveAs | Saves all settings to the specified file. |
Name | Description | |
---|---|---|
![]() | AfterConnect | Occurs after InfoConnect connects to the host. |
![]() | AfterDisconnect | Occurs after InfoConnect disconnects from the host. |
![]() | BeforeConnect | Occurs before InfoConnect connects to the host. |
![]() | BeforeDisconnect | Occurs before InfoConnect disconnects from the host. |
![]() | Closed | Occurs before the session closes. |
![]() | CreditCardRecognized | Occurs when unredacted PAN is displayed or accessed. |