FindAll Method (usbDeviceFinder)

LibUsbDotNet

LibUsbDotNet 2.2.8 FindAll Method (usbDeviceFinder)
Library ReferenceLibUsbDotNet.MainUsbRegDeviceListFindAll(UsbDeviceFinder)
LibUsbDotNet on SourceForge
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.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)