Designer Reference Manual
USB08 Evaluation Board
192
Universal USB Device Driver (USBIO)
MOTOROLA
Universal USB Device Driver (USBIO)
USBIO_GET_INTERFACE
The USBIO_GET_INTERFACE structure provides information used to
request the current alternate setting of an interface.
Definition
typedef struct _USBIO_GET_INTERFACE{
USHORT Interface;
} USBIO_GET_INTERFACE;
Member
Interface
Specifies the interface number. The meaning is device-specific. 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_INTERFACE (
) requests.