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
Keywords
Key for the keyword handler
public const string Keywords = "Keywords"
Field Value
MCodes
Key for the M-code handler
public const string MCodes = "MCodes"
Field Value
TCodes
Key for the T-code handler
public const string TCodes = "TCodes"