Packet Sniffer SDK DLL Edition

Events :: OnAdpAsyncSend

 Previous Next

Occurs immediately after the asynchronous packet sending has been completed.

Syntax:

void __stdcall OnAdpAsyncSend(DWORD_PTR Param, DWORD_PTR Key, DWORD Count);

Parameters:

Param

[in] OnAdpAsyncSend event handler parameter. May be set by the AdpSetOnAsyncSend function call.

Key

[in] This parameter value has been passed to the AdpAsyncSend function.

Count

[in] The number of times this packet was sent.

Description:

If the AdpAsyncSend function is called, the HNAdapter component fires the OnAdpAsyncSend event immediately after packet sending has been completed.

See also:HNAdapter, AdpSetOnAsyncSend, AdpAsyncSend