Table of Contents

Enum InputChannelState

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

State of a channel

[JsonConverter(typeof(JsonCamelCaseStringEnumConverter<InputChannelState>))]
public enum InputChannelState

Fields

AwaitingAcknowledgement = 0

Awaiting message acknowledgement

Executing = 2

Channel is executing a G/M/T-code

Idle = 1

Channel is idle

Reading = 4

Channel is reading a G/M/T-code

Unused = 5

Channel has not been used yet

Waiting = 3

Channel is waiting for more data