Click or drag to resize

StatusSetting Class

Settings for monitoring the status word.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.ScanHeadScanHeadMonitoringCommandSetting
    RAYLASE.Marker.Device.ScanHeadStatusSetting

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class StatusSetting : ScanHeadMonitoringCommandSetting

The StatusSetting type exposes the following members.

Constructors
 NameDescription
Public methodStatusSettingInitializes a new instance of the StatusSetting class
Top
Properties
 NameDescription
Public propertyCommand Gets the command.
(Overrides ScanHeadMonitoringCommandSettingCommand)
Public propertyEnabled Enables monitoring the command.
(Inherited from ScanHeadMonitoringCommandSetting)
Public propertyGoodValue Expected value after masking the received value.
Public propertyMask Mask for comparing GoodValue with the received value.
Public propertyMinConsecutiveErrors Number of consecutive errors, before event is raised.
(Inherited from ScanHeadMonitoringCommandSetting)
Top
See Also