Class InvalidateChannel
Invalidate all pending codes and files on a given channel (including buffered codes from DSF in RepRapFirmware)
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.CodeInterceptionReadWrite)]
public class InvalidateChannel : Command
Properties
Channel
Code channel to invalidate
Declaration
public CodeChannel Channel { get; set; }
Property Value
Type | Description |
---|---|
CodeChannel |