InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library
Objects
 ObjectDescription
ObjectFileTransfer FileTransfer represents the host application FileTransfer. It provides methods and properties to access host FileTransfer data.
ObjectMapperFileTransfer MapperFileTransfer represents the host application MAPPER FileTransfer protocol. It provides methods and properties to configure and perform MAPPER File Transfer.
ObjectOS2200FileTransfer OS2200FileTransfer represents the host application OS2200 FileTransfer protocol. It provides methods and properties to configure and perform OS2200 File Transfer.
ObjectUtsScreen UtsScreen represents the host application screen. It provides methods and properties to access host screen data.
ObjectUtsTerminal The UtsTerminal is a UTS host emulation session object.
Events
 EventDescription
EventAfterConnect Occurs after InfoConnect connects to the host.
EventAfterDisconnect Occurs after InfoConnect disconnects from the host.
EventAfterSendKeys Occurs after a data key or string is sent to the host.
EventBeforeConnect Occurs before InfoConnect connects to the host.
EventBeforeDisconnect Occurs before InfoConnect disconnects from the host.
EventBeforeSendControlKey Occurs before a control key is sent to the host.
EventBeforeSendKeys Occurs before a data key is sent to the host.
EventClosed Occurs before the session closes.
EventCreditCardRecognized Occurs when an unredacted Primary Account Number (PAN) is displayed or accessed.
EventCursorInNewField Occurs as soon as the cursor moves into a different field.
EventFileTransferDone This event occurs when a file transfer (send or receive) completes.
EventKeyboardLocked Occurs as soon as the keyboard is locked.
EventKeyboardUnlocked Occurs as soon as the keyboard is unlocked.
EventMouseClick This event occurs when a session window is clicked by the mouse.
EventNewScreenReady Occurs as soon as the screen has been quiet for the time duration specified by the ScreenSettleTime property.
EventScreenChanged Occurs as soon as the host data causes the data on the screen to change.
Enumerations
 EnumerationDescription
EnumerationCaptureAreaOption Defines options for Capture Area in UTS terminal configuration.
EnumerationEmphasisTransmitTypeOption Defines options for UTS emphasis transmit type
EnumerationFCCTransmitModeOption Defines options for transmitting FCC data from terminal screen to the host.
EnumerationFileTransferTypeOption Specifies the transfer protocol that will be used for a UTS session.
EnumerationMAPPERFileExistsOption Options for file transfer behavior/what to do when the destination file already exists
EnumerationMapperFileTypeOption Options for specifying how to handle tabs for MAPPER file transfers.
EnumerationOS2200LocalFileExistsOption Options for file transfer behavior/what to do when the local file already exists on downloads.
EnumerationPrintRangeOption Defines options for print range in UTS terminal configuration.
EnumerationTransmitModeOption Defines options for transmitting data from terminal screen to the host.
EnumerationUTSTerminalTypeOption Defines UTS terminal type options
See Also