Click or drag to resize

DeviceStatus Class

This class represents output parameters of a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptDeviceStatus

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

The DeviceStatus type exposes the following members.

Constructors
  NameDescription
Public methodDeviceStatus
Initializes a new instance of the DeviceStatus class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetErrorInfo
Returns a string explaining the lastError in English
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLastError
Returns a code representing the last error that occurred. Does not survive a power cycle. Error codes TBD. 0 = no error
Public methodGetReserved1
The parameter is not used.
Public methodGetReserved2
The parameter is not used.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisAllOutputCommandsLocked
Gets the output command lockout status.
Public methodIsCalibrating
Gets whether or not the device is currently calibrating.
Public methodisCalibrationCommandsLocked
Gets the calibration command lockout status.
Public methodIsCalibrationRequired
Gets whether or not calibration is currently required.
Public methodisDisplayCommandsLocked
Gets the display command lockout status.
Public methodIsIdle
Gets whether or not the device is currently idle (in command mode).
Public methodIsInitializing
Gets whether or not the device is currently initializing.
Public methodisOperatingModeCommandsLocked
Gets the operating mode command lockout status.
Public methodisRegionCommandsLocked
Gets the region command lockout status.
Public methodisScreenCommandsLocked
Gets the screen commmand lockout status.
Public methodToString
Prints this object as a human readable string.
(Overrides ObjectToString.)
Top
See Also