Enum InterceptionMode
Type of the intercepting connection
Namespace: DuetAPI.Connection
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum InterceptionMode
Fields
Name | Description |
---|---|
Executed | Receive a notification for executed codes. In this state the final result can be still changed |
Post | Intercept codes after the initial processing of the control server but before they are forwarded to the RepRapFirmware controller |
Pre | Intercept codes before they are internally processed by the control server |