IntergatedCircuits / HidSharp

HIDSharp is a multiplatform C# library for USB HID devices by James F. Bellinger
https://www.zer7.com/software/hidsharp
Other
121 stars 34 forks source link

How can i use Events on Hidsharp ? #6

Closed orcunor closed 3 years ago

orcunor commented 3 years ago

I looked at the documentation a few times but couldn't find any events other than 2-3 events defined in hidsharp. I want to check the events when it comes from the data buffer or goes to the data buffer, but I think there is no event defined for these in the library. Is there a way how can I do this?