OpenConfigurationGetOption Method

HIDSharp
Gets the current value of an option.

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

public Object GetOption(
	OpenOption option
)

Parameters

option
Type: HidSharpOpenOption
The option.

Return Value

Type: Object
The option's value.
See Also

Reference