![]() |
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 Maximum Measured Temperature attribute for the Simple Temperature interface. More...
#include <simple_temperature.h>
Additional Inherited Members | |
![]() | |
Attribute (const uint16_t interface, const uint8_t uid, const HF::Interface *__owner, int16_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, int16_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 Maximum Measured Temperature attribute for the Simple Temperature interface.
Definition at line 104 of file simple_temperature.h.