Click or drag to resize

USBDeviceGetDevices Method (Guid)

Finds WinUSB devices with a GUID matching the parameter guid

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

Parameters

guid
Type: SystemGuid
The GUID that the device should match.

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