Click or drag to resize

OperatingModes Class

The class represents compatible operating modes of a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptOperatingModes

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

The OperatingModes type exposes the following members.

Constructors
  NameDescription
Public methodOperatingModes
Initializes a new instance of the OperatingModes class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetAcqModeString
Gets the acquisition mode in string form.
Public methodGetAcquisitionMode
Gets the acquisition mode.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetModeString
Gets the mode in string form
Public methodGetPenMode
Gets the pen mode.
Public methodGetReserved
The parameter is not used.
Public methodGetSupportedModes
Gets the supported modes.
Public methodGetTouchMode
Gets the touch mode.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberAcqModeAutoTouch
Auto touch mode, may not be supported on all devices.
Public fieldStatic memberAcqModePen
Pen mode.
Public fieldStatic memberAcqModeTouch
Touch mode.
Public fieldStatic memberModeContinious
Mode continuous.
Public fieldStatic memberModeSingle
Mode single.
Public fieldStatic memberModeSingleLiftoff
Mode single liftoff.
Public fieldStatic memberModeStream
Mode stream.
Public fieldStatic memberModeStreamLiftoff
Mode stream liftoff.
Top
See Also