DeviceList

Undocumented in source.

Constructors

this
this(uint vendor_id, uint product_id)

Sets the search queries

Members

Functions

opApply
int opApply(int delegate(ref hid_device_info) dg)

Finds matching devices and iterates over them

Variables

product_id
ushort product_id;
Undocumented in source.
vendor_id
ushort vendor_id;
Undocumented in source.

Meta