Usbio_status_request – Motorola USB08 User Manual

Page 189

Advertising
background image

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
(

page 215

).

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 (

page 155

) requests.

Advertising