FindAll Method (findUsbPredicate)

LibUsbDotNet

LibUsbDotNet 2.2.8 FindAll Method (findUsbPredicate)
Library ReferenceLibUsbDotNet.MainUsbRegDeviceListFindAll(Predicate<(Of <<'(UsbRegistry>)>>))
LibUsbDotNet on SourceForge
Find all UsbRegistry devices that matches the FindUsbPredicate.
Declaration Syntax
C# Visual Basic Visual C++
public UsbRegDeviceList FindAll(
	Predicate<UsbRegistry> findUsbPredicate
)
Public Function FindAll ( _
	findUsbPredicate As Predicate(Of UsbRegistry) _
) As UsbRegDeviceList
public:
UsbRegDeviceList^ FindAll(
	Predicate<UsbRegistry^>^ findUsbPredicate
)
Parameters
findUsbPredicate (Predicate<(Of <(<'UsbRegistry>)>)>)
The predicate function to use.
Return Value
All usb registry classes that match.

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