|
LibUsbDotNet 2.2.8
OpenUsbDevice Method (usbDeviceFinder)
Library Reference ► LibUsbDotNet ► UsbDevice ► OpenUsbDevice(UsbDeviceFinder)
|
|
Opens the usb device that matches the UsbDeviceFinder.
Declaration Syntax| 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 )
Parameters- usbDeviceFinder (UsbDeviceFinder)
- The UsbDeviceFinder class used to find the usb device.
Return ValueAn valid/open usb device class if the device was found or Null if the device was not found.