Click or drag to resize

USBDeviceGetDevices Method (String)

Finds WinUSB devices with a GUID matching the parameter guidString

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static USBDeviceInfo[] GetDevices(
	string guidString
)

Parameters

guidString
Type: SystemString
The GUID string that the device should match. The format of this string may be any format accepted by the constructor of the System.Guid class

Return Value

Type: USBDeviceInfo
An array of USBDeviceInfo objects representing the devices found. When no devices are found an empty array is returned.
See Also