Table of Contents

Struct SetVariableHeader

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

Header of a variable assignment. This is followed by the variable name and expression

public struct SetVariableHeader
Inherited Members

Fields

Source of this request

public CodeChannel Channel

Field Value

CodeChannel

Create a new variable or update an existing one

public byte CreateVariable

Field Value

byte

Length of the variable content

public byte ExpressionLength

Field Value

byte

Indicates

public byte VariableLength

Field Value

byte