Struct CodeParameter
- Namespace
- DuetControlServer.Link.Protocol.SbcRequests
- Assembly
- DuetControlServer.dll
Binary representation of a code parameter
public struct CodeParameter
- Inherited Members
Fields
FloatValue
Value as float
public float FloatValue
Field Value
IntValue
Value as integer
public int IntValue
Field Value
Letter
Letter prefix of this parameter
public byte Letter
Field Value
Type
Type of the parameter
public DataType Type
Field Value
UIntValue
Value as unsigned integer
public uint UIntValue