TAGWAPI.OnDisconnect
TAGWAPI

<font face="Arial"><font SIZE="3">Disconnection of a Connected Session 
</font></font>

property OnDisconnect: TOnDisconnect;

Unit
AGWAPI

Description
<font face="Arial"><font SIZE="3">This event is generated every time the AGW Packet Engine receives a disconnection to a registered callsign and SSID.
The application could choose to manage the disconnection by itself (and thus implement an event handler for this message) or to manage it thru the AX25 Link Manager (and thus implementing the event handler for the event OnAX25Disconnect).
Beware that the application will receive BOTH events if the AX.25 Link Manager is enabled.

</font></font>