Struct CodeParameter
Binary representation of a code parameter
Inherited Members
Namespace: DuetControlServer.SPI.Communication.SbcRequests
Assembly: DuetControlServer.dll
Syntax
public struct CodeParameter
Fields
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 |
Letter
Letter prefix of this parameter
Declaration
public byte Letter
Field Value
Type | Description |
---|---|
byte |
Type
Type of the parameter
Declaration
public DataType Type
Field Value
Type | Description |
---|---|
DataType |
UIntValue
Value as unsigned integer
Declaration
public uint UIntValue
Field Value
Type | Description |
---|---|
uint |