Find the first UsbRegistry device using a UsbDeviceFinder instance.
Declaration Syntax
C# | Visual Basic | Visual 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.