Usbio_status_request_data, Universal usb device driver (usbio) – Motorola USB08 User Manual

Page 190

Advertising
background image

Designer Reference Manual

USB08 Evaluation Board

190

Universal USB Device Driver (USBIO)

MOTOROLA

Universal USB Device Driver (USBIO)

USBIO_STATUS_REQUEST_DATA

The USBIO_STATUS_REQUEST_DATA structure contains information
returned by a get status operation.

Definition

typedef struct _USBIO_STATUS_REQUEST_DATA{

USHORT Status;

} USBIO_STATUS_REQUEST_DATA;

Member

Status

Contains the 16-bit value that is returned by the recipient in response
to the get status request. The interpretation of the value is specific to
the recipient. Refer to the Universal Serial Bus Specification 1.1,
Chapter 9 for more information.

Comments

This structure is an output of IOCTL_USBIO_GET_STATUS (

page 155

)

requests.

Advertising