The priority at which to open a device stream.
Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Idle | -2 | The lowest priority. | |
| VeryLow | -1 | Very low priority. | |
| Low | 0 | Low priority. | |
| Normal | 1 | The default priority. | |
| High | 2 | High priority. | |
| VeryHigh | 3 | The highest priority. |
See Also