NativeImplementation ClassHIDSharp
Specifies the Device's low-level implementation.
Inheritance Hierarchy

SystemObject
  HidSharpNativeImplementation

Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0-alpha
Syntax

public static class NativeImplementation

The NativeImplementation type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberLinuxHidraw
The HID device is running on Linux, using hidraw.
Public propertyStatic memberLinuxSerial
The serial device is running on Linux.
Public propertyStatic memberMacOSHid
The HID device is running on a Mac.
Public propertyStatic memberMacOSSerial
The serial device is running on a Mac.
Public propertyStatic memberUnknown
The implementation is unknown.
Public propertyStatic memberWindowsHid
The HID device is running on Windows.
Top
See Also

Reference