Click or drag to resize

DeviceStatus Constructor

Initializes a new instance of the DeviceStatus class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public DeviceStatus(
	bool isInitializing,
	bool isIdle,
	bool isCalibrating,
	bool isCalibrationRequired,
	bool allOutputCommandsLocked,
	bool operatingModeCommandsLocked,
	bool regionCommandsLocked,
	bool screenCommandsLocked,
	bool displayCommandsLocked,
	bool calibrationCommandsLocked,
	int reserved1,
	int reserved2,
	int lastError,
	string errorInfo
)

Parameters

isInitializing
Type: SystemBoolean
Device is initializing
isIdle
Type: SystemBoolean
Is in idle (command) mode
isCalibrating
Type: SystemBoolean
The device is currently being calibrated
isCalibrationRequired
Type: SystemBoolean
The device is not calibrated
allOutputCommandsLocked
Type: SystemBoolean
Device currently is locking out all output commands
operatingModeCommandsLocked
Type: SystemBoolean
Device currently is locking out all operating mode commands
regionCommandsLocked
Type: SystemBoolean
Device currently is locking out all region commands
screenCommandsLocked
Type: SystemBoolean
Device currently is locking out all screen commands
displayCommandsLocked
Type: SystemBoolean
Device currently is locking out all display commands
calibrationCommandsLocked
Type: SystemBoolean
Device currently is locking out all calibration commands
reserved1
Type: SystemInt32
The parameter is not used.
reserved2
Type: SystemInt32
The parameter is not used.
lastError
Type: SystemInt32
A code representing an error condition. 0 = no error
errorInfo
Type: SystemString
An English string explaining the lastError
See Also