Contents

IOUSBEndpointDescriptor

Declaration

struct IOUSBEndpointDescriptor {
   UInt8 bLength;
   UInt8 bDescriptorType;
   UInt8 bEndpointAddress;
   UInt8 bmAttributes;
   UInt16 wMaxPacketSize;
   UInt8 bInterval;
};

Overview

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

See Also

Related Documentation