Packet Sniffer SDK VCL Edition
HNAdapter :: Events :: OnAsyncSend | | Previous Next |
Occurs immediately after the asynchronous packet sending has been completed.
Syntax:
TOnAsyncSend = procedure (Sender : TObject;
Key: Pointer;
Count: DWORD) of object;Parameters:
Key
[in] This parameter value has been passed to the
AsyncSend method.
Count
[in] The number of times this packet was sent.
Description:
If the AsyncSend method is called, the
HNAdapter component fires the OnAsyncSend event immediately after
packet sending has been completed.