Event class
Contents
An event instance to register for notifications.
Public static variables
Constructors, destructors, conversion operators
- Event(const char* base, const char* name)
Function documentation
Event:: Event(const char* base,
const char* name)
| Parameters | |
|---|---|
| base | the ESP event base name |
| name | the ESP event base id |
Creates an event type with the ESP base and ID values.