
© 2007, QNX Software Systems GmbH & Co. KG. usbd
_
reset
_
device()
Reset a USB device
Synopsis:
#include <sys/usbdi.h>
int usbd_reset_device( struct usbd_device *device );
Arguments:
device The handle of a device.
Library:
libusbdi
Description:
You use the usbd
_
reset
_
device() function to reset the specified device.
Returns:
EOK Success.
ENODEV Device was removed.
Classification:
QNX Neutrino, QNX 4
Safety
Cancellation point Yes
Interrupt handler No
Signal handler No
Thread Yes
See also:
usbd
_
attach(), usbd
_
connect()
September 10, 2007 Chapter 4 • USB Library Reference 65
Komentáře k této Příručce