UsbDeviceFinder Constructor (vid, pid)

LibUsbDotNet

LibUsbDotNet 2.2.8 UsbDeviceFinder Constructor (vid, pid)
Library ReferenceLibUsbDotNet.MainUsbDeviceFinderUsbDeviceFinder(Int32, Int32)
LibUsbDotNet on SourceForge
Creates a UsbDeviceFinder class for locating usb devices vendor and product ID.
Declaration Syntax
C# Visual Basic Visual C++
public UsbDeviceFinder(
	int vid,
	int pid
)
Public Sub New ( _
	vid As Integer, _
	pid As Integer _
)
public:
UsbDeviceFinder(
	int vid, 
	int pid
)
Parameters
vid (Int32)
The vendor id of the usb device to find.
pid (Int32)
The product id of the usb device to find.

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