#include <dwc.h>
BOOL DWC_SetUserPingCallback( DWCUserPingCallback callback );
This function sets the ping callback to measure the roundtrip communication time (in milliseconds) with a connected host. This function starts measuring the roundtrip communication time with a connected host using the DWC_Ping function and notifies the ping callback function of the measurement result.
callback |
Pointer to the ping callback function. |
TRUE |
The callback function configuration was successful. |
FALSE |
The configuration failed, because the FriendsMatch Library was not running. |
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