Table of Contents

Enum BoardState

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

Enumeration of possible expansion board states

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

Fields

FlashFailed = 2

Failed to flash new firmware

Flashing = 1

Flashing new firmware

Resetting = 3

Board is being reset

Running = 4

Board is up and running

TimedOut = 5

Board timed out

Unknown = 0

Unknown state