
usbd
_
pipe
_
endpoint() © 2007, QNX Software Systems GmbH & Co. KG.
Retrieve the endpoint number associated with the pipe
Synopsis:
#include <sys/usbdi.h>
_uint32 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()
64 Chapter 4 • USB Library Reference September 10, 2007
Komentáře k této Příručce