struct io.UsbIsoHdr

struct UsbIsoHdr {
    // fields

    uint32_t m_packetCount;
    uint32_t m_errorCount;
};