The minimal Interface for an eoWatcher class. 
Definition: eoIWatcher.h:28
Interface for storing. 
Definition: eoISerialize.h:48
every Communication from an EnOcean Device to another one consist out of one more Telegrams...
Definition: eoTelegram.h:43
uint8_t type
Type of the eoIWatcher, this is used for the serialization. 
Definition: eoIWatcher.h:32
a class to describe an EnOcean Device 
Definition: eoDevice.h:49
virtual uint8_t Serialize(eoArchive &arch)
virtual uint32_t CheckSecurity(eoDevice const *const device, eoTelegram const &tel)
checks the Security of a Device after Receiving a telegram. 
the base Archive 
Definition: eoArchive.h:46