Table of Contents

Enum HidValueType

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

The value type of a HidUsage.

public enum HidValueType

Fields

Absolute = 0

Absolute usages report an absolute value. This means the reported value is the current value of that usage.

Relative = 1

Relative usages report a change in the value, instead of holding the absolute value in the report.