|
From: Robin A. <rob...@te...> - 2007-04-19 10:25:47
|
Hello, I'm porting an application developed for windows xp to windows mobile. This application uses libusb to communicate with a USB-device. I developed a USB driver myself for windows CE. Now I'm at the point to port the layer between the libusb to the application to a layer between my driver and the application. I found a call to the following function: int usb_reap_async(void *context, int timeout); However, I can't find any documentation on this function. What does it do exactly? Kind Regards Robin Astle |