OpenConfiguration Class

HIDSharp
Describes all options for opening a device stream.
Inheritance Hierarchy

SystemObject
  HidSharpOpenConfiguration

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

public class OpenConfiguration : ICloneable

The OpenConfiguration type exposes the following members.

Constructors

  NameDescription
Public methodOpenConfiguration
Initializes a new instance of the OpenConfiguration class.
Top
Methods

  NameDescription
Public methodClone
Public methodGetOption
Gets the current value of an option.
Public methodGetOptionsList
Gets a list of all currently set options.
Public methodIsOptionSet
Checks if an option has been set.
Public methodSetOption
Sets the current value of an option.
Top
See Also

Reference