HIDLib: A managed, general-purpose HID USB interface library for .NET.
GetDevices Method (VendorID, AsyncEnabled)
NamespacesBlueNinjaSoftware.HIDLibHIDManagementGetDevices(UInt16, Boolean)

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

Declaration Syntax
C#Visual BasicVisual C++
public static IList<HIDDevice> GetDevices(
	ushort VendorID,
	bool AsyncEnabled
)
Public Shared Function GetDevices ( _
	VendorID As UShort, _
	AsyncEnabled As Boolean _
) As IList(Of HIDDevice)
public:
static IList<HIDDevice^>^ GetDevices(
	unsigned short VendorID, 
	bool AsyncEnabled
)
Parameters
VendorID (UInt16)

[Missing <param name="VendorID"/> documentation for "M:BlueNinjaSoftware.HIDLib.HIDManagement.GetDevices(System.UInt16,System.Boolean)"]

AsyncEnabled (Boolean)

[Missing <param name="AsyncEnabled"/> documentation for "M:BlueNinjaSoftware.HIDLib.HIDManagement.GetDevices(System.UInt16,System.Boolean)"]

Return Value

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

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626