Loading...
Searching...
No Matches
List of all members
usb_interface_info Struct Reference

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_infoendpoint
 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.
 

Detailed Description

Container for interface descriptors and their Haiku USB stack identifiers.