InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / Connect Method


In This Topic
    Connect Method (IAlcTerminal)
    In This Topic
    Connects to the host.
    Syntax
    'Declaration
     
    
    Function Connect() As ReturnCode
    'Usage
     
    
    Dim instance As IAlcTerminal
    Dim value As ReturnCode
     
    value = instance.Connect()
    ReturnCode Connect()

    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