Specifies the Device's low-level implementation.
Inheritance Hierarchy
HidSharpImplementationDetail
Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 2.6.3
Syntax
The ImplementationDetail type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BleDevice |
The device is a Bluetooth Low Energy device.
| |
| HidDevice |
The device is a HID device.
| |
| HidrawApi |
The device is implemented using the Linux hidraw API.
| |
| Linux |
The device is running on Linux.
| |
| MacOS |
The device is running on a Mac.
| |
| SerialDevice |
The device is a serial device.
| |
| Windows |
The device is running on Windows.
|
See Also