Table of Contents

Class Keys

Namespace
DuetControlServer.Codes.Handlers
Assembly
DuetControlServer.dll

Handler keys for the service collection

public static class Keys
Inheritance
Keys
Inherited Members

Fields

GCodes

Key for the G-code handler

public const string GCodes = "GCodes"

Field Value

string

Keywords

Key for the keyword handler

public const string Keywords = "Keywords"

Field Value

string

MCodes

Key for the M-code handler

public const string MCodes = "MCodes"

Field Value

string

TCodes

Key for the T-code handler

public const string TCodes = "TCodes"

Field Value

string