| HidDevice DevicePath Property | HIDSharp |
The operating system's name for the device.
If you have multiple devices with the same Vendor ID, Product ID, Serial Number. etc.,
this may be useful for differentiating them.
Namespace: HidSharpAssembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public abstract string DevicePath { get; }
public abstract string DevicePath { get; }Public MustOverride ReadOnly Property DevicePath As String Get
Public MustOverride ReadOnly Property DevicePath As String Get
public:
virtual property String^ DevicePath {
String^ get () abstract;
}abstract DevicePath : string with get
abstract DevicePath : string with get
See Also