Table of Contents

Struct SetLastCodeResultHeader

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

Header to set the last result of a code executed by the SBC

public struct SetLastCodeResultHeader
Inherited Members

Fields

Channel of the code

public CodeChannel Channel

Field Value

CodeChannel

Result of the code execution

public CodeResult Result

Field Value

CodeResult