OpenUsbDevice Method (usbDeviceFinder)

LibUsbDotNet

LibUsbDotNet 2.2.8 OpenUsbDevice Method (usbDeviceFinder)
Library ReferenceLibUsbDotNetUsbDeviceOpenUsbDevice(UsbDeviceFinder)
LibUsbDotNet on SourceForge
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.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)