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

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

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626