
usbd args lookup() 2006, QNX Software Systems GmbH & Co. KG.
Look up a driver’s command-line arguments
Synopsis:
#include <sys/usbdi.h>
void usbd
args lookup(struct usbd connection *connection,
int *argc,
char ***argv );
Description:
The usbd args lookup() function lets you look up a device driver’s
command-line arguments at insertion/attach time.
The command-line arguments are held in argc and argv within the
usbd connect parm data structure. See usbd connect() for details.
connection Identifies the USB stack (from usbd
connect()).
Classification:
QNX Neutrino, QNX 4
Safety
Cancellation point No
Interrupt handler No
Signal handler No
Thread Yes
See also:
usbd configuration descriptor(), usbd connect(),
usbd
device lookup(), usbd device extra(), 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()
28 Chapter 4 USB Library Reference November 2, 2006
Comentários a estes Manuais