KangarooStatusFlags EnumerationKangaroo Library for .NET
Flags that provide details about a query response.

Namespace: DimensionEngineering.Kangaroo
Assembly: DimensionEngineering.Kangaroo (in DimensionEngineering.Kangaroo.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax

[FlagsAttribute]
public enum KangarooStatusFlags
Members

  Member nameValueDescription
None0 The response is normal.
Error1 The response is an error.
Busy2 For a motion, this means the motion is not finished. For an error, this means the error (such as NotHomed) should self-clear. This corresponds to a lowercase letter in Simplified Serial.
EchoCode16
RawUnits32 The value in the response is in raw units. For analog, raw units are millivolts. For quadrature, 4 raw units equal 1 line.
SequenceCode64
See Also

Reference