Struct EvaluationResultHeader
- Namespace
- DuetControlServer.Link.Protocol.FirmwareRequests
- Assembly
- DuetControlServer.dll
Binary representation of the result of an evaluated expression
public struct EvaluationResultHeader
- Inherited Members
Fields
Channel
Channel where the evaluation was performed
public CodeChannel Channel
Field Value
ExpressionLength
Length of the following expression
public ushort ExpressionLength
Field Value
FloatValue
Value as float
public float FloatValue
Field Value
IntValue
Value as integer
public int IntValue
Field Value
Type
Type of the expression
public DataType Type
Field Value
UIntValue
Value as unsigned integer
public uint UIntValue