Class Keywords
Functions for interpreting meta G-code keywords
Inherited Members
Namespace: DuetControlServer.Codes.Handlers
Assembly: DuetControlServer.dll
Syntax
public static class Keywords
Methods
Process(Code)
Process a T-code that should be interpreted by the control server
Declaration
public static Task<Message> Process(Code code)
Parameters
Type | Name | Description |
---|---|---|
Code | code | Code to process |
Returns
Type | Description |
---|---|
Task<Message> | Result of the code if the code completed, else null |