Skip to content

hid device info manufacturer_string

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

Returns the manufacturer string of the specified HID device enumeration.

Parameter Description
ptr Enumeration pointer

Example

> (define e (hid-enumerate 0 0)) 
> (hid-device-info->manufacturer_string e)
"Mitsumi Electric"
Clone this wiki locally