FindLast Method (usbDeviceFinder)

LibUsbDotNet

LibUsbDotNet 2.2.8 FindLast Method (usbDeviceFinder)
Library ReferenceLibUsbDotNet.MainUsbRegDeviceListFindLast(UsbDeviceFinder)
LibUsbDotNet on SourceForge
Find the last UsbRegistry devices using a UsbDeviceFinder instance.
Declaration Syntax
C# Visual Basic Visual C++
public UsbRegistry FindLast(
	UsbDeviceFinder usbDeviceFinder
)
Public Function FindLast ( _
	usbDeviceFinder As UsbDeviceFinder _
) As UsbRegistry
public:
UsbRegistry^ FindLast(
	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)