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

Informs Smart Acknowledge client about the result of a previous sent learn request. More...

#include <eoSerialEvents.h>

Inheritance diagram for eoEventLearnAck:
Collaboration diagram for eoEventLearnAck:

Public Member Functions

 eoEventLearnAck (uint16_t responseTime, SA_CONFIRM_CODE confirmCode)
 
- 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 eoEventLearnAckcreateFromPacket (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

uint16_t responseTime
 Response time for Smart Ack Client in ms in which the controller can prepare the data and send it to the postmaster. Only relevant if Confirm code is Learn IN.
 
SA_CONFIRM_CODE confirmCode
 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 Smart Acknowledge client about the result of a previous sent learn request.