struct io.UsbEndpointDescriptor
struct UsbEndpointDescriptor { // fields uint8_t m_endpointId; io.UsbTransferType m_transferType; io.UsbIsoSyncType m_isoSyncType; io.UsbIsoUsage m_isoUsage; uint16_t m_maxPacketSize; uint8_t m_interval; uint8_t m_refresh; uint8_t m_synchAddress; };