DWC_Ping

Syntax

#include <dwc.h>
BOOL DWC_Ping(u8 aid);

Arguments

aid AID of the other host for which round-trip communication time is being measured.

Return Values

TRUE Function completed successfully
FALSE Failed due to an error or an invalid AID being passed

Description

Measures the round-trip communication time (in milliseconds) with the host having the specified AID (among all connected hosts). Notification of the measurement results is sent to the ping callback function set by DWC_SetUserPingCallback.

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL