Struct EvaluationResultHeader
Binary representation of the result of an evaluated expression
Inherited Members
Namespace: DuetControlServer.SPI.Communication.FirmwareRequests
Assembly: DuetControlServer.dll
Syntax
public struct EvaluationResultHeader
Fields
ExpressionLength
Length of the following expression
Declaration
public ushort ExpressionLength
Field Value
Type | Description |
---|---|
ushort |
FloatValue
Value as float
Declaration
public float FloatValue
Field Value
Type | Description |
---|---|
float |
IntValue
Value as integer
Declaration
public int IntValue
Field Value
Type | Description |
---|---|
int |
Type
Type of the expression
Declaration
public DataType Type
Field Value
Type | Description |
---|---|
DataType |
UIntValue
Value as unsigned integer
Declaration
public uint UIntValue
Field Value
Type | Description |
---|---|
uint |