HidLibrary icon indicating copy to clipboard operation
HidLibrary copied to clipboard

Request a Enumerate() overload that accepts int[] vendorIds

Open JoshWobbles opened this issue 9 years ago • 1 comments

Would like to enumerate in one go to minimize overhead a list of device vendors and VIDs.

I understand this could create collision with multiple VIDs possibly sharing PIDs, so perhaps a device struct is in order that contains one VID and one PID per struct then pass device[] MyDevicesStructs to the Enumerateor.

JoshWobbles avatar Nov 05 '16 13:11 JoshWobbles

I'm not in a position to add this ATM but if you want to submit a PR I'd def be open to that.

mikeobrien avatar Nov 13 '16 16:11 mikeobrien