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

Returns a string describing the last error, or #f.

Parameter Description
ptr HID device pointer

Example

> (define d (hid-open-path "USB_1050_0120_14300000"))
> (hid-error d)
#f
Clone this wiki locally