struct Core::Usb::UsbIdPair

#include <coreusbhid.h>

struct UsbIdPair
{
    // fields

    uint16 vendorId = 0;
    uint16 productId = 0;

    // methods

    bool operator == (const UsbIdPair& other) const;
};