Enum BoardState
Enumeration of possible expansion board states
Namespace: DuetAPI.Machine
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter))]
public enum BoardState
Fields
| Name | Description |
|---|---|
| FlashFailed | Failed to flash new firmware |
| Flashing | Flashing new firmware |
| Resetting | Board is being reset |
| Running | Board is up and running |
| Unknown | Unknown state |