usbd_pipe_endpoint()

Retrieve the endpoint number associated with the pipe

Synopsis:

#include <sys/usbdi.h>

uint32_t usbd_pipe_endpoint( struct usbd_pipe *pipe );

Arguments:

pipe
An opaque handle returned by usbd_open_pipe().

Library:

libusbdi

Description:

You use the usbd_pipe_endpoint() to retrieve the endpoint number associated with pipe.

Returns:

A pipe/endpoint number.

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