#include <dwc.h>
typedef void(*) DWCUserPingCallback(int latency,
u8 aid,
void *param);latency |
Latency associated with ping (in milliseconds). |
aid |
AID of remote host for which ping was measured. |
param |
Callback parameter. |
None.
This callback function sends notification of the measurement results from the DWC_Ping function.
This callback function can be set using DWC_SetUserPingCallback.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL