struct io.UsbEndpointDescriptor

struct UsbEndpointDescriptor {
    // fields

    typedef unsigned char uint8_t m_endpointId;
    io.UsbTransferType m_transferType;
    io.UsbIsoSyncType m_isoSyncType;
    io.UsbIsoUsage m_isoUsage;
    typedef unsigned short uint16_t m_maxPacketSize;
    typedef unsigned char uint8_t m_interval;
    typedef unsigned char uint8_t m_refresh;
    typedef unsigned char uint8_t m_synchAddress;
};