Table of Contents

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 where the evaluation was performed

public CodeChannel Channel

Field Value

CodeChannel

Length of the following expression

public ushort ExpressionLength

Field Value

ushort

Value as float

public float FloatValue

Field Value

float

Value as integer

public int IntValue

Field Value

int

Type of the expression

public DataType Type

Field Value

DataType

Value as unsigned integer

public uint UIntValue

Field Value

uint