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

Informs external host about events regarding security processing. More...

#include <eoSerialEvents.h>

Inheritance diagram for eoEventSecureDevice:
Collaboration diagram for eoEventSecureDevice:

Public Member Functions

 eoEventSecureDevice (SECURE_EVENT_CAUSE_t eventCause, uint32_t deviceId)
 
- 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 eoEventSecureDevicecreateFromPacket (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

SECURE_EVENT_CAUSE_t eventCause
 Reported security issue.
 
uint32_t deviceId
 Device which caused this event.
 

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 events regarding security processing.