Table of Contents

Class Resolve

Namespace
DuetAPI.Commands
Assembly
DuetAPI.dll

Resolve the code to intercept and return the given message details for its completion.

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

Remarks

This command is only permitted in Intercept mode

Constructors

Resolve()

public Resolve()

Properties

Content

Content of the resolving message

public string Content { get; set; }

Property Value

string

Type

Type of the resolving message

public MessageType Type { get; set; }

Property Value

MessageType

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