#include <dwc.h>
typedef void (*DWCUserPingCallback)( int latency, u8 aid );
This callback function notifies the user of the measurement results from the DWC_Ping
function.
This callback function can be set using DWC_SetUserPingCallback
.
latency |
Latency associated with ping (in milliseconds). |
aid |
AID of remote host for which ping was measured. |
None.
DWC_Ping, DWC_SetUserPingCallback
2005/12/16 Added a description of the callback select function.
2005/11/01 Initial version.