Struct ExecuteMacroHeader
Request execution of a macro file
Inherited Members
Namespace: DuetControlServer.SPI.Communication.FirmwareRequests
Assembly: DuetControlServer.dll
Syntax
public struct ExecuteMacroHeader
Fields
Channel
Channel to pipe the macro content into
Declaration
public CodeChannel Channel
Field Value
Type | Description |
---|---|
CodeChannel |
Dummy
Used to be ReportMissing but this is no longer needed
Declaration
public byte Dummy
Field Value
Type | Description |
---|---|
byte |
FromCode
Whether the code was requested from a G/M/T-code
Declaration
public byte FromCode
Field Value
Type | Description |
---|---|
byte |
Length
Length of the filename
Declaration
public byte Length
Field Value
Type | Description |
---|---|
byte |