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

    Return Value

    One of the ReturnCode enum values
    Remarks
    This method returns an error if the connection cannot be made successfully or is ignored if a connection already exists. Use the IsConnected property to determine if a connection already exists. Use HostCommTimeout to specify how many seconds InfoConnect should wait for a host response.
    See Also