Event.h File Reference
#include <WString.h>
Include dependency graph for Event.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
IO | |
Macros | |
#define | IO_EVENT_MAP(XX) |
Event code used during request processing for internal notification between request/device/controller objects. More... | |
#define | XX(tag) tag, |
Enumerations | |
enum | IO::Event { IO::Event::XX } |
Functions | |
String | toString (IO::Event event) |
Macro Definition Documentation
◆ IO_EVENT_MAP
#define IO_EVENT_MAP | ( | XX | ) |
Value:
Event code used during request processing for internal notification between request/device/controller objects.
◆ XX
#define XX | ( | tag | ) | tag, |