![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <usb.h>
Data Fields | |
| USB_HUB * | hub |
| Pointer to the USB hub this port is attached to. | |
| uint8_t | number |
| Number of this port (1-based). | |
| USB_DEVICE * | child |
| Pointer to the USB device attached to this port, or nil if there is none. | |
| USB_PORT_STATUS | status |
| Status of this port. | |
| USB_HUB* hub |
Pointer to the USB hub this port is attached to.
| uint8_t number |
Number of this port (1-based).
| USB_DEVICE* child |
Pointer to the USB device attached to this port, or nil if there is none.
| USB_PORT_STATUS status |
Status of this port.