
usbd
_
abort
_
pipe() © 2007, QNX Software Systems GmbH & Co. KG.
Abort all requests on a pipe
Synopsis:
#include <sys/usbdi.h>
int usbd_abort_pipe( struct usbd_pipe *pipe );
Arguments:
pipe An opaque handle returned by usbd
_
open
_
pipe().
Library:
libusbdi
Description:
The usbd
_
abort
_
pipe() function aborts all requests on the specified pipe. You can use
this function during an error condition (e.g. to abort a pending operation) or during
normal operation (e.g. to halt an isochronous transfer).
Returns:
EOK Success.
Classification:
QNX Neutrino, QNX 4
Safety
Cancellation point Yes
Interrupt handler No
Signal handler No
Thread Yes
See also:
usbd
_
open
_
pipe(), usbd
_
close
_
pipe(), usbd
_
pipe
_
endpoint(), usbd
_
reset
_
pipe()
18 Chapter 4 • USB Library Reference September 10, 2007
Commenti su questo manuale