DWCUserPingCallback

Syntax

#include <dwc.h>
typedef void(*) DWCUserPingCallback(int latency,
             u8 aid,
             void *param);

Arguments

latency Latency associated with ping (in milliseconds).
aid AID of remote host for which ping was measured.
param Callback parameter.

Return Values

None.

Description

This callback function sends notification of the measurement results from the DWC_Ping function.

This callback function can be set using DWC_SetUserPingCallback.

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL