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
Channel
Source of this request
public CodeChannel Channel
Field Value
CreateVariable
Create a new variable or update an existing one
public byte CreateVariable
Field Value
ExpressionLength
Length of the variable content
public byte ExpressionLength
Field Value
VariableLength
Indicates
public byte VariableLength