struct io.UsbMonTransferHdr
struct UsbMonTransferHdr { // fields typedef unsigned long uint64_t m_id; typedef unsigned long uint64_t m_timestamp; typedef unsigned int uint32_t m_status; typedef unsigned short uint16_t m_urbFunction; io.UsbMonTransferFlags m_flags; io.UsbTransferType m_transferType; typedef unsigned char uint8_t m_bus; typedef unsigned char uint8_t m_address; typedef unsigned char uint8_t m_endpoint; typedef unsigned int uint32_t m_originalDataSize; typedef unsigned int uint32_t m_capturedDataSize; typedef unsigned int uint32_t _m_padding; };