Container for interface descriptors and their Haiku USB stack identifiers. More...
Public Attributes | |
usb_interface_descriptor * | descr |
Pointer to the descriptor of the interface. | |
usb_interface | handle |
Handle to use when using the stack to manipulate this interface. | |
Endpoints | |
size_t | endpoint_count |
The number of endpoints in this interface. | |
usb_endpoint_info * | endpoint |
An array of endpoints that are associated to this interface. | |
Unparsed descriptors | |
size_t | generic_count |
The number of unparsed descriptors in this interface. | |
usb_descriptor ** | generic |
Unparsed descriptors in this interface. | |
Container for interface descriptors and their Haiku USB stack identifiers.