![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
Helper class template for parent class implementation of the interfaces. More...
#include <interface.h>
Public Member Functions | |
uint16_t | uid () const |
This method returns the interface UID. More... | |
Helper class template for parent class implementation of the interfaces.
_uid | interface UID to be used by the interface. |
Definition at line 371 of file interface.h.
|
inline |
This method returns the interface UID.
Subclasses MUST override this method to provide a valid value for the interface being implemented.
This method returns a uint16_t
and not a Interface::UID, to provide support for proprietary interfaces.
Reimplemented in HF::Units::Unit< HF::Profiles::SimpleOnOffSwitch >, and HF::Units::Unit< HF::Profiles::SimpleLight >.
Definition at line 374 of file interface.h.