#include <dwc.h>BOOL DWC_Ping(u8 aid);| aid | AID of the other host for which round-trip communication time is being measured. |
| TRUE | Function completed successfully. |
| FALSE | Failure due to either an error being generated or an invalid AID being passed. |
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.
CONFIDENTIAL