Läs på engelska Redigera

Dela via


ReplyType Enum

Definition

Type of a message returned from the board

C#
public enum ReplyType
Inheritance
ReplyType

Fields

Name Value Description
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.

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.

Applies to

Produkt Versioner
.NET IoT Libraries 2.0.0, 2.1.0, 2.2.0