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

SystemObject
  HidSharpImplementationDetail

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

public static class ImplementationDetail

The ImplementationDetail type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberHidDevice
The device is a HID device.
Public propertyStatic memberHidrawApi
The device is implemented using the Linux hidraw API.
Public propertyStatic memberLinux
The device is running on Linux.
Public propertyStatic memberMacOS
The device is running on a Mac.
Public propertyStatic memberSerialDevice
The device is a serial device.
Public propertyStatic memberWindows
The device is running on Windows.
Top
See Also

Reference