我初始化了 DeviceWatcher ... 工作正常,我添加了 Honeywell Ring Scanner 它引发了事件 deviceWatcher。当我删除 Honeywell USB Ring Scanner 时,它会引发DeviceWatcher_Removed
我为空ClaimedBarcodeScanner
和BarcodeScanner
反对的事件以及DeviceWatcher
返回状态为 STOP 的 _Updated
连接 Ring Scanner 后,App 中没有任何反应。如果我重新启动应用程序,它会一直工作,直到我断开连接并连接 Ring Scanner。
我需要BrcodeScanner
从应用程序中释放。
Honeywell D75e Win 10 iot
我试穿Honeywell Ring Scanner 8620903
我也尝试释放内存...
GC.Collect();
GC.WaitForPendingFinalizers();
我尝试做 Dispose ofClaimedBarcodeScanner