OpenOptionInterruptible Property HIDSharp
Allow other processes to send interruption requests. If another other process with higher priority attempts to open the HID device this process is using, this process will receive an InterruptRequested event on an arbitrary thread. Exclusive must be true for this to work. Defaults to false.

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

public static OpenOption Interruptible { get; }

Property Value

Type: OpenOption
See Also

Reference