You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UsbEventWatcher type has a lot of checks for OS and a few checks for DEBUG flags. This code can be eliminated by using polymorphism to create specific types that implement IUsbEventWatcher, then instantiating the proper concrete type depending on the OS.
The text was updated successfully, but these errors were encountered:
The UsbEventWatcher type has a lot of checks for OS and a few checks for DEBUG flags. This code can be eliminated by using polymorphism to create specific types that implement IUsbEventWatcher, then instantiating the proper concrete type depending on the OS.
The text was updated successfully, but these errors were encountered: