Struct SetVariableHeader
Header of a variable assignment. This is followed by the variable name and expression
Inherited Members
Namespace: DuetControlServer.SPI.Communication.SbcRequests
Assembly: DuetControlServer.dll
Syntax
public struct SetVariableHeader
Fields
Channel
Source of this request
Declaration
public CodeChannel Channel
Field Value
Type | Description |
---|---|
CodeChannel |
CreateVariable
Create a new variable or update an existing one
Declaration
public byte CreateVariable
Field Value
Type | Description |
---|---|
byte |
ExpressionLength
Length of the variable content
Declaration
public byte ExpressionLength
Field Value
Type | Description |
---|---|
byte |
VariableLength
Indicates
Declaration
public byte VariableLength
Field Value
Type | Description |
---|---|
byte |