Enum InputChannelState
State of a channel
Namespace: DuetAPI.Machine
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter))]
public enum InputChannelState
Fields
| Name | Description |
|---|---|
| AwaitingAcknowledgement | Awaiting message acknowledgement |
| Executing | Channel is executing a G/M/T-code |
| Idle | Channel is idle |
| Reading | Channel is reading a G/M/T-code |
| Waiting | Channel is waiting for more data |