hidapi-d ~master (2019-06-10T21:05:11Z)
Dub
Repo
DeviceList
hidapi
devicelist
Undocumented in source.
class
DeviceList :
Hid
{
ushort
vendor_id
;
ushort
product_id
;
this
(uint vendor_id, uint product_id);
int
opApply
(int delegate(ref hid_device_info) dg);
}
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
Source
See Implementation
hidapi
devicelist
classes
DeviceList