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: 2.0.0
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