
© 2007, QNX Software Systems GmbH & Co. KG. usbd
_
close
_
pipe()
Close a pipe previously opened by usbd
_
open
_
pipe()
Synopsis:
#include <sys/usbdi.h>
int usbd_close_pipe( struct usbd_pipe *pipe );
Arguments:
pipe An opaque handle returned by usbd
_
open
_
pipe().
Library:
libusbdi
Description:
You use the usbd
_
close
_
pipe() function to close a pipe that was previously opened via
usbd
_
open
_
pipe().
Returns:
EOK Success.
EBUSY Active or pending I/O.
Classification:
QNX Neutrino, QNX 4
Safety
Cancellation point No
Interrupt handler No
Signal handler No
Thread Yes
See also:
usbd
_
abort
_
pipe(), usbd
_
open
_
pipe(), usbd
_
pipe
_
endpoint(), usbd
_
reset
_
pipe()
September 10, 2007 Chapter 4 • USB Library Reference 25
Komentáře k této Příručce