Table of Contents

Enum ReportType

Namespace
Jabra.NET.Sdk.Comm
Assembly
Jabra.NET.Sdk.dll

The type of an HidUsage.

public enum ReportType

Fields

Feature = 2

Feature usages offer both read and write functionality on a HID device.

Input = 0

Input usages are read-only HID usages that come from the device.

Output = 1

Output usages are write-only HID usages used to control a HID device.