LibUsbDotNet 2.2.8
OpenUsbDevice Method (usbDeviceFinder)
Library Reference ► LibUsbDotNet ► UsbDevice ► OpenUsbDevice(UsbDeviceFinder)
|
![]() |
Opens the usb device that matches the UsbDeviceFinder.

C# | Visual Basic | Visual C++ |
public static UsbDevice OpenUsbDevice( UsbDeviceFinder usbDeviceFinder )
Public Shared Function OpenUsbDevice ( _ usbDeviceFinder As UsbDeviceFinder _ ) As UsbDevice
public: static UsbDevice^ OpenUsbDevice( UsbDeviceFinder^ usbDeviceFinder )

- usbDeviceFinder (UsbDeviceFinder)
- The UsbDeviceFinder class used to find the usb device.

An valid/open usb device class if the device was found or Null if the device was not found.