SystemVariable 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.
List of known system variables
public enum SystemVariable
type SystemVariable =
Public Enum SystemVariable
- Inheritance
-
SystemVariable
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. |
Produkt | Versioner |
---|---|
.NET IoT Libraries | 2.2.0 |