Struct MacroCompleteHeader
Indicate that a macro has finished its execution
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DuetControlServer.SPI.Communication.LinuxRequests
Assembly: DuetControlServer.dll
Syntax
public struct MacroCompleteHeader
Fields
Channel
Channel on which the execution was done
Declaration
public CodeChannel Channel
Field Value
Type | Description |
---|---|
CodeChannel |
Error
Error flag. This is true if the file could not be found or opened
Declaration
public byte Error
Field Value
Type | Description |
---|---|
System.Byte |