![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
Helper class to handle the Mode attribute for the Colour Control interface. More...
#include <colour_control.h>
Static Public Attributes | |
static constexpr uint8_t | ID = MODE_ATTR |
Attribute UID. More... | |
static constexpr bool | WRITABLE = false |
Attribute Read/Write. | |
Additional Inherited Members | |
![]() | |
Attribute (const uint16_t interface, const uint8_t uid, const HF::Interface *__owner, uint8_t data, bool writable=false) | |
Attribute template constructor. More... | |
Attribute (const uint16_t interface, const uint8_t uid, bool writable=false) | |
Attribute template constructor. More... | |
Attribute (const uint16_t interface, const uint8_t uid, uint8_t data, bool writable=false) | |
Attribute template constructor. More... | |
![]() | |
uint8_t | uid () const |
Attribute's UID. More... | |
bool | isWritable () const |
Indicate if the attribute is writable. More... | |
uint16_t | interface () const |
Return the UID of the interface the attribute belongs to. More... | |
![]() | |
virtual | ~Serializable () |
Destructor. | |
![]() | |
const uint16_t | _itf_uid |
Interface this attribute belongs to. More... | |
const uint8_t | _uid |
Attribute unique identifier. More... | |
const bool | _writable |
Attribute access mode. More... | |
Helper class to handle the Mode attribute for the Colour Control interface.
Definition at line 368 of file colour_control.h.
|
static |
Attribute UID.
Definition at line 370 of file colour_control.h.