UsbDeviceFinder Constructor (vid, pid, revision)

LibUsbDotNet

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

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