
usbd
_
reset
_
pipe() © 2007, QNX Software Systems GmbH & Co. KG.
Clear a stall condition on an endpoint identified by the pipe handle
Synopsis:
#include <sys/usbdi.h>
int usbd_reset_pipe( struct usbd_pipe *pipe );
Arguments:
pipe An opaque handle returned by usbd
_
open
_
pipe().
Library:
libusbdi
Description:
You use the usbd
_
reset
_
pipe() function to clear a stall condition on an endpoint
identified by the pipe handle.
Returns:
EOK Success.
ENOMEM No memory for URB.
ENODEV Device was removed.
Classification:
QNX Neutrino, QNX 4
Safety
Cancellation point Yes
Interrupt handler No
Signal handler No
Thread Yes
See also:
usbd
_
abort
_
pipe() usbd
_
open
_
pipe(), usbd
_
close
_
pipe(), usbd
_
pipe
_
endpoint(),
66 Chapter 4 • USB Library Reference September 10, 2007
Commenti su questo manuale