SystemVariable Enum

Definition

List of known system variables

public enum SystemVariable
type SystemVariable = 
Public Enum SystemVariable
Inheritance
SystemVariable

Fields

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.

FunctionSupportCheck 0

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

InputBufferSize 2

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

MaxSysexSize 1

Query the maximum size of sysex messages

SleepModeInterruptEnable 103

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

Applies to