TAGWAPI.OnRawDecode
TAGWAPI

property OnRawDecode: TOnRawDecode;

Unit
AGWAPI

Description
<font face="Arial"><font SIZE="3">This event is generated for  information on all ports managed by the AGW Packet Engine and delivered to the application in raw (KISS) format.
The production of this event is controlled by the Property Kiss set to TRUE.
This event contains the parsed raw information as received from the AGW Packet Engine, where the main fields of the AX.25 frame are decoded.
if you prefer to handle the direct version of the information use the OnRaw event, both
events are generated for every raw frame sent by AGW Packet Engine (so try not to use BOTH)
</font></font>