InfoConnect VBA Guide
Inheritance Hierarchy
In This Topic
    Attachmate.Reflection.Objects.Emulation.UTS Library
    In This Topic
    Objects
     ObjectDescription
    ObjectFileTransfer represents the host application FileTransfer. It provides methods and properties to access host FileTransfer data.
    ObjectMapperFileTransfer represents the host application MAPPER FileTransfer protocol. It provides methods and properties to configure and perform MAPPER File Transfer.
    ObjectOS2200FileTransfer represents the host application OS2200 FileTransfer protocol. It provides methods and properties to configure and perform OS2200 File Transfer.
    ObjectUtsScreen represents the host application screen. It provides methods and properties to access host screen data.
    ObjectThe UtsTerminal is a UTS host emulation session object.
    Events
     EventDescription
    EventHandles the BeforeSendKey event to permit users to modify a key value or cancel a send key action before it is sent.
    EventHandles the BeforeSendControlKey event to permit users to modify a control key value or cancel a send control key action before it is sent.

    To cancel the action, set the Cancel property of the BeforeSendControlKeyEventArgs object passed to the event handler to true.

    EventThe event occurs before a data key is sent to the host.
    EventThe event occurs when the cursor moves into a different field.
    EventUnredacted PAN is displayed or accessed.
    EventUTS Host default event.
    EventThis event occurs when a session window is clicked by the mouse.
    Enumerations
     EnumerationDescription
    EnumerationDefines options for Capture Area in UTS terminal configuration.
    EnumerationDefines options for UTS emphasis transmit type
    EnumerationDefines options for transmitting FCC data from terminal screen to the host.
    EnumerationSpecifies the transfer protocol that will be used for a UTS session.
    EnumerationOptions for file transfer behavior/what to do when the destination file already exists
    EnumerationOptions for specifying how to handle tabs for MAPPER file transfers.
    EnumerationOptions for file transfer behavior/what to do when the local file already exists on downloads.
    EnumerationDefines options for printer key command in UTS terminal configuration.
    EnumerationDefines options for print range in UTS terminal configuration.
    EnumerationDefines options for transmitting data from terminal screen to the host.
    EnumerationDefines UTS terminal type options
    See Also