hid get indexed string - part-cw/lambdanative GitHub Wiki

(hid-get-indexed-string ptr idx len)

Return an indexed string from the open HID device pointer.

Parameter Description
ptr HID device pointer
idx String index
len Maximum string length

Example

> (define d (hid-open-path "USB_1050_0120_14300000"))
> (hid-get-indexed-string d 0 100)    
""