Click or drag to resize

SystemConfig Class

Container for system configuration parameters.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3SystemConfig

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class SystemConfig : ConfigBase

The SystemConfig type exposes the following members.

Properties
 NameDescription
Public propertyEnableStandAloneMode Enables or disables the stand-alone mode of the card. WARNING: Read Stand-Alone Mode before enabling this.
Public propertyScannerMonitoring Sets/Gets configuration of scanner monitoring for the scanhead(s).
Public propertyStandAloneExecuteOnErrorListID Specifies the list that should be executed in stand-alone mode if an error occurs.
Public propertyStandAloneListID Specifies the list that should be executed when stand-alone mode is enabled.
Public propertyTimeZone The Timezone.
Top
Methods
 NameDescription
Public methodStatic memberLoad Loads a new configuration instance from the specified file.
Public methodSave Saves the configuration to the specified file. If the specified file exists, this method overwrites it.
Top
See Also