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
)
Public Shared Function GetDevices (
guid As Guid
) As USBDeviceInfo()
public:
static array<USBDeviceInfo^>^ GetDevices(
Guid guid
)
Parameters
- guid
- Type: SystemGuid
The GUID that the device should match.
Return Value
Type:
USBDeviceInfoAn array of USBDeviceInfo objects representing the
devices found. When no devices are found an empty array is
returned.
See Also