![]() |
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 On-Off interface. More...
Data Structures | |
struct | Base |
On-Off Interface : Parent. More... | |
struct | Client |
On-Off Interface : Client side implementation. More... | |
class | Server |
On-Off Interface : Server side implementation. More... | |
struct | State |
Helper class to handle the State attribute for the On-Off interface. More... | |
Enumerations | |
enum | CMD { ON_CMD = 0x01, OFF_CMD = 0x02, TOGGLE_CMD = 0x03 } |
Command IDs. More... | |
enum | Attributes { STATE_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::OnOff::Server *,uint8_t) More... | |
This namespace contains the implementation of the On-Off interface.