Enum InputChannelState
- Namespace
- DuetAPI.ObjectModel
- Assembly
- DuetAPI.dll
State of a channel
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter<InputChannelState>))]
public enum InputChannelState
Fields
AwaitingAcknowledgement = 0Awaiting message acknowledgement
Executing = 2Channel is executing a G/M/T-code
Idle = 1Channel is idle
Reading = 4Channel is reading a G/M/T-code
Unused = 5Channel has not been used yet
Waiting = 3Channel is waiting for more data