Open jefffhaynes opened 3 years ago
In the case that a HID device does not support INPUT, IDevice.InitializeAsync throws an ArgumentOutOfRangeException from here, as readBufferSize will be zero.
IDevice.InitializeAsync
ArgumentOutOfRangeException
readBufferSize
I've been meaning to fix that one up. Windows or UWP?
I was thinking about injecting a func in the constructor to get the handle...
Prs welcome
In the case that a HID device does not support INPUT,
IDevice.InitializeAsync
throws anArgumentOutOfRangeException
from here, asreadBufferSize
will be zero.