Table of Contents

Enum InterceptionMode

Namespace
DuetAPI.Connection
Assembly
DuetAPI.dll

Type of the intercepting connection

[JsonConverter(typeof(JsonStringEnumConverter<InterceptionMode>))]
public enum InterceptionMode

Fields

Executed = 2

Receive a notification for executed codes. In this state the final result can be still changed

Post = 1

Intercept codes after the initial processing of the control server but before they are forwarded to the RepRapFirmware controller

Pre = 0

Intercept codes before they are internally processed by the control server

See Also