Click or drag to resize

DecoderProfileEnableIndex Property

Enables or disables the decoder's index input. If enabled then the index input is evaluated and resets the decoder position when asserted. If disabled then the index input is ignored, and the decoder position remains unchanged.

Namespace: RAYLASE.Marker.Device.PositionDecoder
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public bool EnableIndex { get; set; }

Property Value

Boolean
See Also