LibUsbDotNet 2.2.8
FindAll Method (usbDeviceFinder)
Library Reference ► LibUsbDotNet.Main ► UsbRegDeviceList ► FindAll(UsbDeviceFinder)
|
Find all UsbRegistry devices using a UsbDeviceFinder instance.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public UsbRegDeviceList FindAll( UsbDeviceFinder usbDeviceFinder )
Public Function FindAll ( _ usbDeviceFinder As UsbDeviceFinder _ ) As UsbRegDeviceList
public: UsbRegDeviceList^ FindAll( UsbDeviceFinder^ usbDeviceFinder )
Parameters
- usbDeviceFinder (UsbDeviceFinder)
- The UsbDeviceFinder instance used to locate the usb registry devices.
Return Value
All usb registry classes that match.