![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <usb.h>
Data Fields | |
| USB_INTERFACE_DESCRIPTOR * | descriptor |
| Interface descriptor of this alternate setting (Set by USB core). | |
| USB_ENDPOINT_DESCRIPTOR * | endpoints |
| All available endpoint descriptors on this alternate setting (Set by USB core). | |
| char | description [128] |
| Null terminated description string (ASCII encoded, English if available) of this alternate setting. | |
USB Alternate
| USB_INTERFACE_DESCRIPTOR* descriptor |
Interface descriptor of this alternate setting (Set by USB core).
| USB_ENDPOINT_DESCRIPTOR* endpoints |
All available endpoint descriptors on this alternate setting (Set by USB core).
| char description[128] |
Null terminated description string (ASCII encoded, English if available) of this alternate setting.