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)
Syntaxpublic static USBDeviceInfo[] GetDevices(
string guidString
)
Public Shared Function GetDevices (
guidString As String
) As USBDeviceInfo()
public:
static array<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:
USBDeviceInfoAn array of USBDeviceInfo objects representing the
devices found. When no devices are found an empty array is
returned.
See Also