[Previous] [Contents] [Index] [Next]

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 );

Description:

You use the usbd_pipe_device() to retrieve the device associated with pipe (an opaque handle returned by usbd_open_pipe()).

Returns:

A pointer to a usbd_device that describes the device.

Classification:

QNX 6, 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()


[Previous] [Contents] [Index] [Next]