TAGWAPI.Connect
TAGWAPI

<font face="Arial"><font SIZE="3">Start a Connection 
</font></font>

function Connect(iPort: Integer; szFrom, szTo, szVia: String; bPid: Integer): Boolean;

Unit
AGWAPI

Description
<font face="Arial"><font SIZE="3">This method starts a connection with the indicated station. This generates AGW Packet Engine to receive a connection frame. The actual management of the connection has to be done by the application thru the implementation of the OnConnect,OnDisconnect and OnData events.
Even if the AX.25 Link Manager is enabled a connection started thru this call will not be managed by it so the application has to manage to which particular connection the related events belongs.
The component takes care of the proper frame to be communicated to AGW Packet Engine based on the existence or not of VIA information and the PID informed for it.

</font></font>