HIDLib: A managed, general-purpose HID USB interface library for .NET.
GetDevices Method (VendorID, ProductID)
NamespacesBlueNinjaSoftware.HIDLibHIDManagementGetDevices(UInt16, UInt16)
Returns all HID-class devices for the specified VendorID and ProductID that are currently attached.
Declaration Syntax
C#Visual BasicVisual C++
public static IList<HIDDevice> GetDevices(
	ushort VendorID,
	ushort ProductID
)
Public Shared Function GetDevices ( _
	VendorID As UShort, _
	ProductID As UShort _
) As IList(Of HIDDevice)
public:
static IList<HIDDevice^>^ GetDevices(
	unsigned short VendorID, 
	unsigned short ProductID
)
Parameters
VendorID (UInt16)
The VendorID to return matching devices for.
ProductID (UInt16)
The ProductID of the device(s) to return.
Return Value

[Missing <returns> documentation for M:BlueNinjaSoftware.HIDLib.HIDManagement.GetDevices(System.UInt16,System.UInt16)]

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626