struct io.UsbInterfaceDescriptor

struct UsbInterfaceDescriptor {
    // fields

    io.UsbInterfaceDescriptor const* m_nextAltSettingInterfaceDescriptor;
    io.UsbEndpointDescriptor const* m_endpointDescriptorTable;
    typedef unsigned long size_t m_endpointCount;
    typedef unsigned char uint8_t m_interfaceId;
    typedef unsigned char uint8_t m_altSettingId;
    typedef unsigned char uint8_t m_class;
    typedef unsigned char uint8_t m_subClass;
    typedef unsigned char uint8_t m_protocol;
    typedef unsigned char uint8_t m_stringDescriptorId;
};