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