hidapi-d v1.0.3 (2018-07-05T22:39:20Z)
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