LibUsbDotNet 2.2.8
Find Method (usbDeviceFinder)
Library ReferenceLibUsbDotNet.MainUsbRegDeviceListFind(UsbDeviceFinder)
LibUsbDotNet on SourceForge
Find the first UsbRegistry device using a UsbDeviceFinder instance.
Declaration Syntax
C#Visual BasicVisual C++
public UsbRegistry Find(
	UsbDeviceFinder usbDeviceFinder
)
Public Function Find ( _
	usbDeviceFinder As UsbDeviceFinder _
) As UsbRegistry
public:
UsbRegistry^ Find(
	UsbDeviceFinder^ usbDeviceFinder
)
Parameters
usbDeviceFinder (UsbDeviceFinder)
The UsbDeviceFinder instance used to locate the usb registry devices.
Return Value
A valid usb registry class if the device was found or Null if the device was not found.

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