Universal USB Device Driver (USBIO)
Programming Interface
USB08 Evaluation Board
Designer Reference Manual
MOTOROLA
Universal USB Device Driver (USBIO)
189
USBIO_STATUS_REQUEST
The USBIO_STATUS_REQUEST structure provides information used
to request status for a specified recipient.
Definition
typedef struct _USBIO_STATUS_REQUEST{
USBIO_REQUEST_RECIPIENT Recipient;
USHORT Index;
} USBIO_STATUS_REQUEST;
Members
Recipient
Specifies the recipient of the get status request. The values are
defined by the enumeration type USBIO_REQUEST_RECIPIENT
(
).
Index
Specifies the index value for the get status request. The values are
defined by the device. Refer to the Universal Serial Bus Specification
1.1, Chapter 9 for more information.
Comments
This structure has to be used as an input for
IOCTL_USBIO_GET_STATUS (
) requests.