DWC_Ping

Syntax

#include <dwc.h>

BOOL DWC_Ping( u8 aid );

Description

Measures the roundtrip 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.

Arguments

aid AID of the other host for which roundtrip communication time is being measured.

Return Values

TRUE Completed successfully.
FALSE Failed due to an error or an invalid AID being passed.

See Also

DWC_SetUserPingCallback
DWCUserPingCallback

Revision History

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


CONFIDENTIAL