![]()  | 
![]()  | 
![]()  | 
![]()  | 
![]()  | 
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. | 
Retrieve the endpoint number associated with the pipe
#include <sys/usbdi.h> _uint32 usbd_pipe_endpoint( struct usbd_pipe *pipe );
You use the usbd_pipe_endpoint() to retrieve the endpoint number associated with pipe (an opaque handle returned by usbd_open_pipe()).
A pipe/endpoint number.
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes | 
usbd_abort_pipe(), usbd_open_pipe(), usbd_close_pipe(), usbd_reset_pipe()
![]()  | 
![]()  | 
![]()  | 
![]()  |