33 #if !defined(_EOCONVERTERERP2_H_) 34 #define _EOCONVERTERERP2_H_ 57 void parseOptionalData();
64 void parseExtendedHeader();
65 void parseExtendedTelegramType();
66 void parseAddressControl();
72 static const uint8_t AdvancedRORG [16];
contains Dolphin API Definitions
Helper class for convert a ERP2_PACKET to eoTelegramERP2 and the other way around.
Definition: eoERP2Converter.h:49
every Communication from an EnOcean Device to another one consist out of one more Telegrams...
Definition: eoTelegramERP2.h:56
eoReturn convertFromPacketToERP2(const eoPacket &packet, eoTelegramERP2 &tel)
eoReturn
contains all the return values from different functions
Definition: eoApiDef.h:40
Class which contains a Packet.
Definition: eoPacket.h:43