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 class  IO::Event { IO::XX }
 

Functions

String toString (IO::Event event)
 

Macro Definition Documentation

◆ IO_EVENT_MAP

#define IO_EVENT_MAP (   XX)
Value:
XX(Execute) \
XX(TransmitComplete) \
XX(ReceiveComplete) \
XX(RequestComplete) \
XX(Timeout)
#define XX(tag)
Definition: Event.h:37

Event code used during request processing for internal notification between request/device/controller objects.

◆ XX

#define XX (   tag)    tag,

Function Documentation

◆ toString()

String toString ( IO::Event  event)