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