Skip to content

hid device info path

Chris Petersen edited this page Mar 4, 2016 · 1 revision

Return the path of the specified HID device enumeration.

Parameter Description
ptr Enumeration pointer

Example

> (define e (hid-enumerate 0 0))
> (hid-device-info->path e)
"USB_05ac_0304_14400000"
Clone this wiki locally