DWC_Ping

C Specification

#include <dwc.h>

BOOL DWC_Ping( u8 aid );

Description

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

Arguments

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

Return Values

TRUE Function completed normally.
FALSE Failure due to either an error being generated or an invalid AID being designated.

See Also

DWC_SetUserPingCallback, DWCUserPingCallback

Revision History

01/18/2006 Added support for the change of the return value to a BOOL
12/16/2005 Revisions
11/02/2005 Initial version