Table of Contents

Struct CodeParameter

Namespace
DuetControlServer.Link.Protocol.SbcRequests
Assembly
DuetControlServer.dll

Binary representation of a code parameter

public struct CodeParameter
Inherited Members

Fields

Value as float

public float FloatValue

Field Value

float

Value as integer

public int IntValue

Field Value

int

Letter prefix of this parameter

public byte Letter

Field Value

byte

Type of the parameter

public DataType Type

Field Value

DataType

Value as unsigned integer

public uint UIntValue

Field Value

uint