Table of Contents

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

This is unused in protocol version 1

Fields

Length of the payload

public byte FieldLength

Field Value

byte

Value as float

public float FloatValue

Field Value

float

Value as integer

public int IntValue

Field Value

int

Type of the value

public DataType Type

Field Value

DataType

Value as unsigned integer

public uint UIntValue

Field Value

uint