Contents

IOUSBInterfaceDescriptor

Declaration

struct IOUSBInterfaceDescriptor {
   UInt8 bLength;
   UInt8 bDescriptorType;
   UInt8 bInterfaceNumber;
   UInt8 bAlternateSetting;
   UInt8 bNumEndpoints;
   UInt8 bInterfaceClass;
   UInt8 bInterfaceSubClass;
   UInt8 bInterfaceProtocol;
   UInt8 iInterface;
};

Overview

Descriptor for a USB Interface. See the USB Specification at http://www.usb.org.

See Also

Related Documentation