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
public abstract string GetFileSystemName()
Public MustOverride Function GetFileSystemName As String
public:
virtual String^ GetFileSystemName() abstract
abstract GetFileSystemName : unit -> string
Return Value
Type:
StringThe file system path.
Reference