hid device info product_string - part-cw/lambdanative GitHub Wiki
(hid-device-info->product_string ptr)
Returns the product string from the specified HID device enumeration.
Parameter | Description |
---|---|
ptr | Enumeration pointer |
Example
> (define e (hid-enumerate 0 0))
> (hid-device-info->product_string e)
"Apple Optical USB Mouse"