Table of Contents

Struct ExecuteMacroHeader

Namespace
DuetControlServer.Link.Protocol.FirmwareRequests
Assembly
DuetControlServer.dll

Request execution of a macro file

public struct ExecuteMacroHeader
Inherited Members

Fields

Channel to pipe the macro content into

public CodeChannel Channel

Field Value

CodeChannel

Used to be ReportMissing but this is no longer needed

public byte Dummy

Field Value

byte

Whether the code was requested from a G/M/T-code

public byte FromCode

Field Value

byte

Length of the filename

public byte Length

Field Value

byte