Click or drag to resize

PositionDecoderFlags Enumeration

This method may go away or its signature may change in a later release.
A set of flags defining properties for a position decoder.

Namespace: RAYLASE.Marker.Device.PositionDecoder
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
[FlagsAttribute]
public enum PositionDecoderFlags
Members
Member nameValueDescription
None0 None
IsLinear1 If this flag is set, the attached encoder is of type linear, otherway it is considered as a rotary encoder.
HasIndex2 If this flag is set, the attached encoder provides an index pulse, which happens once every turn.
See Also