Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface / Connect Method


In This Topic
Connect Method (IIbmPrinter)
In This Topic
Connects to the host.
Syntax
'Declaration
 
Function Connect() As ReturnCode
 
'Usage
 
Dim instance As IIbmPrinter
Dim value As ReturnCode
 
value = instance.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