Click or drag to resize

Configuration Class

This class represents the device configuration on a ScripTouch mouse device.
Inheritance Hierarchy
SystemObject
  ProScriptConfiguration

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class Configuration

The Configuration type exposes the following members.

Constructors
  NameDescription
Public methodConfiguration
Initializes a new instance of the Configuration class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDeviceId
Gets the device id, currently unused.
Public methodGetDeviceMode
Gets the mode the device is currently in.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetDeviceId
Sets the device id, currently unused.
Public methodSetDeviceMode
Sets the mode the device should be in.
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
See Also