EnOcean Link
1.14.0.0
Middleware to Connect EnOcean easily to other Projects
|
Informs external host about the readiness for operation. This command is send e.g. after power on, or sleep mode. More...
#include <eoSerialEvents.h>
Public Member Functions | |
eoEventReady (WAKEUP_CAUSE_t wakeUpCause) | |
Public Member Functions inherited from eoSerialEvent | |
SA_EVENT_TYPE | getEventType () const |
Returns the event type. Can be used safely to cast the packet. More... | |
Static Public Member Functions | |
static eoEventReady * | createFromPacket (eoPacket &packet) |
Static Public Member Functions inherited from eoSerialEvent | |
static eoSerialEvent * | parsePacket (eoPacket &packet) |
Parses packet, checks if it is a serial event. More... | |
Public Attributes | |
WAKEUP_CAUSE_t | wakeUpCause |
Wakeup reason of the GWC. | |
READY_MODE_t | mode |
Confirm code. | |
Additional Inherited Members | |
Protected Member Functions inherited from eoSerialEvent | |
eoPacket * | preparePacket (uint8_t u8Length) const |
Protected Attributes inherited from eoSerialEvent | |
SA_EVENT_TYPE | event |
Informs external host about the readiness for operation. This command is send e.g. after power on, or sleep mode.