struct io.HidDeviceDesc
struct HidDeviceDesc { // fields io.HidDeviceDesc const* m_next; typedef String string_t m_path; typedef String string_t m_manufacturer; typedef String string_t m_product; typedef String string_t m_serialNumber; typedef unsigned short uint16_t m_vendorId; typedef unsigned short uint16_t m_productId; typedef unsigned short uint16_t m_usagePage; typedef unsigned short uint16_t m_usage; typedef unsigned short uint16_t m_releaseNumber; typedef unsigned char uint8_t m_interfaceId; io.HidBusType m_busType; };