DeviceGetFileSystemName Method

HIDSharp
Returns the file system path of the device. This can be used to check permissions on Linux hidraw, for instance.

Namespace:  HidSharp
Assembly:  HidSharp (in HidSharp.dll) Version: 2.6.3
Syntax

public abstract string GetFileSystemName()

Return Value

Type: String
The file system path.
See Also

Reference