In the following lines of code, I want to know how "specialModeCommandSent" and "isSpecialModePressed" work?
var uint8 selected = (uint8)Data::Tageszeitprogramme.specialMode; // Transfer the value to be sent as command to F7
Data::Tageszeitprogramme.specialModeCommandSent = true; // Set this flag to ensure the command has been sent and keep blinking even when user leaves this window.
Data::Tageszeitprogramme.isSpecialModePressed = true; // Avoid execution of the mcuFastBlockObserver and remoteSpecialRequestObserver using this flag
Thanking you in advance.