The class stores a statistic information about device maintained by FHEM server. According to these information FHEMClient generates events.
More...
#include <FHEMDeviceInfo.h>
|
| FHEMDeviceInfo (const std::string &dev, const uint32_t protRcv, const uint32_t protSnd, const Poco::Timestamp &lastRcv) |
|
std::string | dev () const |
|
uint32_t | protRcv () const |
|
void | setProtRcv (const uint32_t protRcv) |
|
uint32_t | protSnd () const |
|
void | setProtSnd (const uint32_t protSnd) |
|
Poco::Timestamp | lastRcv () const |
|
void | setLastRcv (const Poco::Timestamp &lastRcv) |
|
The class stores a statistic information about device maintained by FHEM server. According to these information FHEMClient generates events.
The documentation for this class was generated from the following files:
- /var/lib/jenkins/workspace/beeeon-gateway-master/src/conrad/FHEMDeviceInfo.h
- /var/lib/jenkins/workspace/beeeon-gateway-master/src/conrad/FHEMDeviceInfo.cpp