LibUsbDotNet 2.2.8
FindLast Method (usbDeviceFinder)
Library Reference ► LibUsbDotNet.Main ► UsbRegDeviceList ► FindLast(UsbDeviceFinder)
|
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.