TAGWAPI.OnDigi
TAGWAPI

<font face="Arial"><font SIZE="3">Digipeater Frame (</font></font><font face="Arial"><font SIZE="3"><B> Digipeater</B></font></font><font face="Arial"><font SIZE="3">)
</font></font>

property OnDigi: TOnDigi;

Unit
AGWAPI

Description
<font face="Arial"><font SIZE="3">This event is generated when the digipeater function is enabled (Property Digi=TRUE) and the component detects a frame containing the digipeater callsign and SSID (Property DigiCall) as the next on the frame VIA path with the "been digied" bit set to 0.
The event provides the frame ready to be sent ("been digied" set to 1).
The application could choose to digipeat it automatically without implementing an event handler just setting the Property DigiAuto=TRUE, the frame will be then automatically retransmitted over the same port than heard.
If not, the application could choose to implement the event handler and decide whether or not and how the frame will be digipeated thru the DigiPost method.

</font></font>