Click or drag to resize

WinUsbManager Constructor

Initializes a new instance of the WinUsbManager class.

Namespace:  WinUsbNet
Assembly:  WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WinUsbManager(
	Guid guid
)

Parameters

guid
Type: SystemGuid
GUID specified in the device driver installation file (INF).
Remarks

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.

See Also