Table of Contents

Class ModelQueryRequest

Namespace
DuetControlServer.Link
Assembly
DuetControlServer.dll

Object model query request

public class ModelQueryRequest
Inheritance
ModelQueryRequest
Inherited Members

Constructors

Object model query request

public ModelQueryRequest(string key, string flags)

Parameters

key string

Key to query

flags string

Query flags

Fields

Flags to query

public string Flags

Field Value

string

Key to query

public string Key

Field Value

string

Whether the model query has been sent

public bool QuerySent

Field Value

bool

Task to complete when the query has finished

public TaskCompletionSource<byte[]> Tcs

Field Value

TaskCompletionSource<byte[]>