ReplyType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of a message returned from the board
public enum ReplyType
type ReplyType =
Public Enum ReplyType
- Inheritance
-
ReplyType
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. |
Produkt | Versioner |
---|---|
.NET IoT Libraries | 2.0.0, 2.1.0, 2.2.0 |