
usbd
_
device
_
extra() © 2007, QNX Software Systems GmbH & Co. KG.
Get a pointer to the memory allocated by the extra parameter
Synopsis:
#include <sys/usbdi.h>
void *usbd_device_extra( struct usbd_device *device );
Arguments:
device A handle obtained by calling usbd
_
attach().
Library:
libusbdi
Description:
You use the usbd
_
device
_
extra() function to get a pointer to the additional memory
allocated via the extra parameter in usbd
_
attach().
Returns:
A pointer to the additional memory, or NULL if no device-specific memory was
allocated by usbd
_
attach().
Classification:
QNX Neutrino, QNX 4
Safety
Cancellation point No
Interrupt handler No
Signal handler No
Thread Yes
See also:
usbd
_
args
_
lookup(), usbd
_
attach() usbd
_
configuration
_
descriptor(),
usbd
_
device
_
lookup(), usbd
_
device
_
descriptor(), usbd
_
endpoint
_
descriptor(),
usbd
_
hcd
_
info(), usbd
_
hub
_
descriptor(), usbd
_
interface
_
descriptor(),
usbd
_
languages
_
descriptor(), usbd
_
parse
_
descriptors(), usbd
_
string(),
usbd
_
urb
_
status()
38 Chapter 4 • USB Library Reference September 10, 2007
Comentários a estes Manuais