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: 2.6.3
public abstract string DevicePath { get; }
Public MustOverride ReadOnly Property DevicePath As String
Get
public:
virtual property String^ DevicePath {
String^ get () abstract;
}
abstract DevicePath : string with get
Property Value
Type:
String
Reference