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 Value
An valid/open usb device class if the device was found or Null if the device was not found.