![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
This namespace contains the implementation of the Simple Humidity interface. More...
Data Structures | |
struct | Base |
Simple Humidity Interface : Parent. More... | |
class | Client |
Level Control Interface : Client side implementation. More... | |
struct | Humidity |
Helper class to handle the Measured Humidity attribute for the Simple Humidity interface. More... | |
class | Server |
Simple Humidity Interface : Server side interface. More... | |
struct | Tolerance |
Helper class to handle the Tolerance attribute for the Simple Humidity interface. More... | |
Enumerations | |
enum | Attributes { VALUE_ATTR = 0x01, TOLERANCE_ATTR = 0x02 } |
Attributes. More... | |
Functions | |
HF::Attributes::IAttribute * | create_attribute (uint8_t uid) |
Create an attribute object that can hold the attribute with the given uid . (HF::Interfaces::SimpleHumidity::Server *,uint8_t) More... | |
This namespace contains the implementation of the Simple Humidity interface.