![]() |
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 Level Control interface. More...
Data Structures | |
struct | Base |
Level Control Interface : Parent. More... | |
class | Client |
Level Control Interface : Client side implementation. More... | |
struct | Level |
Helper class to handle the Level attribute for the Level Control interface. More... | |
class | Server |
Level Control Interface : Server side implementation. More... | |
Enumerations | |
enum | CMD { SET_LEVEL_CMD = 0x01, INCREASE_LEVEL_CMD = 0x02, DECREASE_LEVEL_CMD = 0x03 } |
Command IDs. More... | |
enum | Attributes { LEVEL_ATTR = 0x01 } |
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::LevelControl::Server *,uint8_t) More... | |
This namespace contains the implementation of the Level Control interface.