
usbd detach() 2006, QNX Software Systems GmbH & Co. KG.
Detach from the USB device
Synopsis:
#include <sys/usbdi.h>
int usbd
detach( struct usbd device *device );
Description:
You use the usbd detach() function to disconnect from a USB device
that you previously had attached to via usbd
attach().
The usbd
detach() function automatically closes any pipes previously
opened via usbd
open pipe().
device An opaque handle from usbd
attach().
Returns:
EOK Success.
EBUSY I/O pending on the device.
Classification:
QNX Neutrino, QNX 4
Safety
Cancellation point Yes
Interrupt handler No
Signal handler No
Thread Yes
42 Chapter 4 USB Library Reference November 2, 2006
Comentarios a estos manuales