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.PositionDecoderAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax[FlagsAttribute]
public enum PositionDecoderFlags
MembersMember name | Value | Description |
---|
None | 0 |
None
|
IsLinear | 1 |
If this flag is set, the attached encoder is of type linear, otherway it is considered as a rotary encoder.
|
HasIndex | 2 |
If this flag is set, the attached encoder provides an index pulse, which happens once every turn.
|
See Also