InfoConnect for Airlines
Connect Method (IIbmTerminal)


Connects to the host.
Syntax
'Declaration
 
Function Connect() As ReturnCode
'Usage
 
Dim instance As IIbmTerminal
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. Use HostCommTimeout to specify how many seconds InfoConnect waits for a host response.
See Also