CoreHID and customHID reports

I'm try to use CoreHID to communicate with a usb hid device that sends custom reports. I have been able to create a client, but when I try to access the elements I get this:

IOServiceOpen failed: 0xe00002e2

also in:

client.monitorNotifications(reportIDsToMonitor: [HIDReportID.allReports], elementsToMonitor: []) {...

What do I put into "elementsToMonitor: []" array?

Answered by ronm in 797014022

Sandboxed. I had to set the "Outgoing Client" to yes.

Accepted Answer

Sandboxed. I had to set the "Outgoing Client" to yes.

CoreHID and customHID reports
 
 
Q