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: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax

public abstract string DevicePath { get; }
See Also