HIDLib: A managed, general-purpose HID USB interface library for .NET.
HIDDevice Constructor (DevicePath, AsyncEnabled)
NamespacesBlueNinjaSoftware.HIDLibHIDDeviceHIDDevice(String, Boolean)
Public constructor to explicitly obtain a device by it's DevicePath.
Declaration Syntax
C#Visual BasicVisual C++
public HIDDevice(
	string DevicePath,
	bool AsyncEnabled
)
Public Sub New ( _
	DevicePath As String, _
	AsyncEnabled As Boolean _
)
public:
HIDDevice(
	String^ DevicePath, 
	bool AsyncEnabled
)
Parameters
DevicePath (String)

[Missing <param name="DevicePath"/> documentation for "M:BlueNinjaSoftware.HIDLib.HIDDevice.#ctor(System.String,System.Boolean)"]

AsyncEnabled (Boolean)

[Missing <param name="AsyncEnabled"/> documentation for "M:BlueNinjaSoftware.HIDLib.HIDDevice.#ctor(System.String,System.Boolean)"]

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626