Struct SetObjectModelHeader
- Namespace
- DuetControlServer.Link.Protocol.SbcRequests
- Assembly
- DuetControlServer.dll
Set an arbitrary object model value that is accessible via a field path. This struct is followed by the UTF-8 path to the object model value and optionally the value as string / expression.
public struct SetObjectModelHeader
- Inherited Members
Remarks
This is unused in protocol version 1
Fields
FieldLength
Length of the payload
public byte FieldLength
Field Value
FloatValue
Value as float
public float FloatValue
Field Value
IntValue
Value as integer
public int IntValue
Field Value
Type
Type of the value
public DataType Type
Field Value
UIntValue
Value as unsigned integer
public uint UIntValue