![]() | WinUsbManager Constructor |
Namespace: WinUsbNet
Each USB device that uses the generic USB device driver WinUSB.sys is assigned a GUID in the device driver installation file (INF). To create an instance of WinUsbManager, this GUID must be passed to the constructor.
One instance of WinUsbManager handles all attached USB devices with the assigned GUID. To handle another USB device with a different GUID, another instance of WinUsbManager must be created.