Läs på engelska Redigera

Dela via


SystemVariable Enum

Definition

List of known system variables

C#
public enum SystemVariable
Inheritance
SystemVariable

Fields

Name Value Description
FunctionSupportCheck 0

Check whether system variables can be queried. Should be true for protocol version 2.7 or later.

MaxSysexSize 1

Query the maximum size of sysex messages

InputBufferSize 2

Query the input buffer size (might be larger than the above, in which case messages can be sent in larger chunks)

EnterSleepMode 102

Enter sleep mode (after a timeout). The argument is in minutes. A value of 0 disables an active timer. The method cannot be used to wake up the MCU, since it might really be asleep and require an external interrupt to wake up.

SleepModeInterruptEnable 103

Configures sleep mode. Requires a valid interrupt pin. The argument is 0 for LOW trigger and 1 for HIGH trigger.

Applies to

Produkt Versioner
.NET IoT Libraries 2.2.0