HidSharp
HidSharp copied to clipboard
How can i read data async from buffer ?
How can I read the data from the buffer with asynchronously? I'm trying to make a simple win form app. I can read and write synchronously, but with which function or how can I do asynchronous reading with HidSharp ? Can anybody help me
Please check HidSharp.Test/Program.cs, I guess the THREAD_POOL_RECEIVED_EVENT_APPROACH will get you closest to an async apach.