ButtonToSwitch Library for ESP32 (Arduino) v4.4.0
A library that provides elaborated switch mechanism behavior simulation for digital signals inputs
Loading...
Searching...
No Matches
MpbOtpts_t Struct Reference

Type to hold the complete set of output attribute flags from any DbncdMPBttn class and subclasses object. More...

#include <ButtonToSwitch_ESP32.h>

Detailed Description

Type to hold the complete set of output attribute flags from any DbncdMPBttn class and subclasses object.

Only two members (isOn and isEnabled) are relevant to all classes, the rest of the members might be relevant for one or more of the DbcndMPBttn subclasses. The type is provided as a standard return value for the decoding of the 32-bit notification value provided by the use of the xTaskNotify() inter-task mechanism. See setTaskToNotify(const TaskHandle_t) for more information.