InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsTerminal Object / Connect Method
In This Topic
Connect Method (UtsTerminal)
In This Topic
Connects to the host.
Syntax
expression.Connect() As ReturnCode
where expression is a variable that represents a UtsTerminal Object

Return Value

Connection Status
Remarks
This method returns an error if the connection cannot be made successfully. It is ignored if a connection already exists. Use the IsConnected property to determine if a connection already exists.
See Also