Class Resolve
Resolve the code to intercept and return the given message details for its completion.
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.CodeInterceptionReadWrite)]
public class Resolve : Command
Remarks
This command is only permitted in Intercept mode
Properties
Content
Content of the resolving message
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of the resolving message
Declaration
public MessageType Type { get; set; }
Property Value
Type | Description |
---|---|
MessageType |