InfoConnect for Unisys VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library
Objects
 ObjectDescription
ObjectFileTransfer FileTransfer represents the host application FileTransfer. It provides methods and properties to access host FileTransfer data.
ObjectT27Screen T27Screen represents the host application screen. It provides methods and properties to access host screen data.
ObjectT27Terminal The T27Terminal is a T27 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
EnumerationCarriageReturnInterpretationOption Defines options for carriage return interpretation in T27 terminals.
EnumerationClearKeyInFormsOption Defines options for Clear key interpretation in T27 forms.
EnumerationDC1FunctionOption Defines options for DC1 character interpretation in T27 terminals.
EnumerationDC2FunctionOption Defines options for DC2 character interpretation in T27 terminals.
EnumerationFileTransferTypeOption Specifies the transfer protocol that will be used for a T27 session.
EnumerationLineFeedInterpretationOption Defines options for line feed interpretation in T27 terminals.
EnumerationLocalFileExistsOption Options for file transfer behavior/what to do when the local file already exists
See Also