Table of Contents

Class InvalidateChannel

Namespace
DuetAPI.Commands
Assembly
DuetAPI.dll

Invalidate all pending codes and files on a given channel (including buffered codes from DSF in RepRapFirmware)

[RequiredPermissions(SbcPermissions.CodeInterceptionReadWrite)]
public class InvalidateChannel : Command
Inheritance
InvalidateChannel
Derived
Inherited Members

Constructors

InvalidateChannel()

public InvalidateChannel()

Properties

Channel

Code channel to invalidate

public CodeChannel Channel { get; set; }

Property Value

CodeChannel

Methods

UpdateFromJson(JsonElement)

Update this instance from a given JSON element

public override void UpdateFromJson(JsonElement jsonElement)

Parameters

jsonElement JsonElement

Element to update this intance from

Remarks

This method is auto-generated

Exceptions

JsonException

Failed to deserialize data

UpdateFromJsonReader(ref Utf8JsonReader)

Update this instance from a given JSON element

public override void UpdateFromJsonReader(ref Utf8JsonReader reader)

Parameters

reader Utf8JsonReader

Reader to update this intance from

Remarks

This method is auto-generated

Exceptions

JsonException

Failed to deserialize data