![]() |
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 Minimum attribute for the Simple Light Sensor interface. More...
#include <simple_light_sensor.h>
Static Public Attributes | |
static constexpr uint8_t | ID = MINIMUM_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, uint32_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, uint32_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 Minimum attribute for the Simple Light Sensor interface.
Definition at line 92 of file simple_light_sensor.h.
|
static |
Attribute UID.
Definition at line 94 of file simple_light_sensor.h.