#include <pipes.h>
Data Fields | |
| usb_direction_t | direction |
| Transfer direction (to or from a device). | |
| unsigned int | flags |
| Extra endpoint flags. | |
| int | interface_class |
| Interface class this endpoint belongs to (-1 for any). | |
| int | interface_protocol |
| Interface protocol this endpoint belongs to (-1 for any). | |
| int | interface_subclass |
| Interface subclass this endpoint belongs to (-1 for any). | |
| usb_transfer_type_t | transfer_type |
| Transfer type (e.g. | |
Definition at line 124 of file pipes.h.
1.4.7