EnOcean Link
1.14.0.0
Middleware to Connect EnOcean easily to other Projects
|
Reports about a transmission failure, this event is used mainly for long range products. More...
#include <eoSerialEvents.h>
Public Member Functions | |
eoEventTransmitFailed (EVENT_TRANSMISSION_FAILED_t eventCause) | |
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 eoEventTransmitFailed * | 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 | |
EVENT_TRANSMISSION_FAILED_t | eventCause |
reason of transmission failure | |
Additional Inherited Members | |
Protected Member Functions inherited from eoSerialEvent | |
eoPacket * | preparePacket (uint8_t u8Length) const |
Protected Attributes inherited from eoSerialEvent | |
SA_EVENT_TYPE | event |
Reports about a transmission failure, this event is used mainly for long range products.