Universal USB Device Driver (USBIO)
Programming Interface
USB08 Evaluation Board
Designer Reference Manual
MOTOROLA
Universal USB Device Driver (USBIO)
191
USBIO_GET_CONFIGURATION_DATA
The USBIO_GET_CONFIGURATION_DATA structure contains
information returned by a get configuration operation.
Definition
typedef struct _USBIO_GET_CONFIGURATION_DATA{
UCHAR ConfigurationValue;
} USBIO_GET_CONFIGURATION_DATA;
Member
ConfigurationValue
Contains the 8-bit value that is returned by the device in response to
the get configuration request. The meaning of the value is defined by
the device. A value of zero means the device is not configured. Refer
to the Universal Serial Bus Specification 1.1, Chapter 9 for more
information.
Comments
This structure is an output of IOCTL_USBIO_GET_CONFIGURATION
(
) requests.