Edit

Share via


CommandError Enum

Definition

Possible results of sending a Firmata command

public enum CommandError
type CommandError = 
Public Enum CommandError
Inheritance
CommandError

Fields

Aborted 7

The command was aborted.

DeviceReset 6

The device has been reset.

EngineBusy 1

The remote side is busy. The command was ignored.

InternalError 4

There was an internal error processing the request.

InvalidArguments 2

The arguments provided were invalid

None 0

No error

OutOfMemory 3

The remote side is out of memory

Timeout 5

The board timed out executing the command.

Applies to