![]() |
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 Alert interface. More...
Data Structures | |
struct | Base |
Alert Interface : Parent. More... | |
struct | Client |
Alert Interface : Client side implementation. More... | |
struct | Enable |
Helper class to handle the Enabled attribute for the Alert interface. More... | |
struct | Message |
Payload for the Status command. More... | |
class | Server |
Alert Interface : Server side implementation. More... | |
struct | State |
Helper class to handle the State attribute for the Alert interface. More... | |
Enumerations | |
enum | CMD { STATUS_CMD = 0x01 } |
Command IDs. More... | |
enum | Attributes { STATE_ATTR = 0x01, ENABLE_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::Alert::Server *,uint8_t) More... | |
This namespace contains the implementation of the Alert interface.