ReplyType Enum

Definition

Type of a message returned from the board

public enum ReplyType
type ReplyType = 
Public Enum ReplyType
Inheritance
ReplyType

Fields

AsciiData 2

A text message was received. This may happen if a special script runs on the firmata device that prints raw ASCII characters to the console. One occasion where this also happens is if an ESP32 is printing a crash dump. The payload contains the raw message in unicode bytes.

None 0

Not a valid message

SysexCommand 1

A sysex message was received. This is the default. The message buffer contains the binary reply data without the sysex byte.

Applies to