Click or drag to resize

OperatingState Enumeration

Symbolic names for operating state of the card's firmware.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
[FlagsAttribute]
public enum OperatingState
Members
Member nameDescription
Normal Program is running normally.
ConfigurationFailed Program configuration failed.
Note  Note
This prevents execution of Command Lists.
InitializationFailed Program initialisation failed.
Note  Note
This prevents execution of Command Lists.
ScannerErrorScannerMonitoring reported an error.
Note  Note
This prevents execution of Command Lists.
ScannerMonitoringRuntimeErrorScannerMonitoring produced an unexpected error while monitoring the scanner.
Note  Note
This prevents execution of Command Lists.
See Also