EnOcean Link  1.14.0.0
Middleware to Connect EnOcean easily to other Projects
eoEventReady Class Reference

Informs external host about the readiness for operation. This command is send e.g. after power on, or sleep mode. More...

#include <eoSerialEvents.h>

Inheritance diagram for eoEventReady:
Collaboration diagram for eoEventReady:

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 eoEventReadycreateFromPacket (eoPacket &packet)
 
- Static Public Member Functions inherited from eoSerialEvent
static eoSerialEventparsePacket (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
eoPacketpreparePacket (uint8_t u8Length) const
 
- Protected Attributes inherited from eoSerialEvent
SA_EVENT_TYPE event
 

Detailed Description

Informs external host about the readiness for operation. This command is send e.g. after power on, or sleep mode.