OpenOptionTransient Property HIDSharp
If a HID device is opened by another process transiently, HIDSharp will wait some time for the process to give up the HID device before failing to open the stream. 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 Transient { get; }

Property Value

Type: OpenOption
See Also

Reference