
© 2007, QNX Software Systems GmbH & Co. KG. usbd
_
pipe
_
device()
Retrieve the device associated with the pipe
Synopsis:
#include <sys/usbdi.h>
struct usbd_device*
usbd_pipe_device( struct usbd_pipe *pipe );
Arguments:
pipe An opaque handle returned by usbd
_
open
_
pipe().
Library:
libusbdi
Description:
You use the usbd
_
pipe
_
device() to retrieve the device associated with pipe.
Returns:
A pointer to a usbd_device structure that describes the device.
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
_
close
_
pipe(), usbd
_
reset
_
pipe()
September 10, 2007 Chapter 4 • USB Library Reference 63
Commenti su questo manuale