OpenConfigurationSetOption Method

HIDSharp
Sets the current value of an option.

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

public void SetOption(
	OpenOption option,
	Object value
)

Parameters

option
Type: HidSharpOpenOption
The option.
value
Type: SystemObject
The value to set it to.
See Also

Reference