TAGWAPI.OnRead
TAGWAPI
<font face="Arial"><font SIZE="3">AGW Packet Engine WinSocks API Frame (</font></font><font face="Arial"><font SIZE="3"><B>
Low Level</B></font></font><font face="Arial"><font SIZE="3">)
</font></font>
property OnRead: TOnRead;
Unit
AGWAPI
Description
<font face="Arial"><font SIZE="3">This event gives the application a way to manage the communication with the AGW Packet engine at low level without any overhead from the component.
So this event reflects complete and valid frames received from AGW Packet engine thru the API.
The main benefit of using this event (and the complement, the AGWWrite method) to communicate is to have the TCP/IP fragmentation issues already resolved and certain management tasks performed transparently by the component.
The implementation of this event handler could bear considerable performance issues if not properly implemented, so use it only when needed.
Once a handler is implemented for this event ALL frames sent from AGW Packet Engine to the application will be sent to it.
</font></font>