![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
Helper template parent class for all UID's implementation. More...
#include <uids.h>
Public Member Functions | |
uint8_t | type () const |
Type of the UID. More... | |
![]() | |
virtual int | compare (const UID_T &other) const |
Compare the current UID with the given UID. More... | |
uint16_t | size () const |
Number bytes needed to serialize the message. More... | |
uint16_t | pack (Common::ByteArray &array, uint16_t offset=0) const |
Write the object on to a ByteArray so it can be sent over the network. More... | |
uint16_t | unpack (const Common::ByteArray &array, uint16_t offset=0) |
Read a message from a ByteArray. More... | |
![]() | |
virtual | ~Serializable () |
Destructor. | |
![]() | |
virtual UID_T * | clone () const=0 |
Create a clone object of the object where this method is being called. More... | |
Additional Inherited Members | |
![]() | |
static constexpr uint16_t | min_size |
Minimum pack/unpack required data size. | |
Helper template parent class for all UID's implementation.
_type | type value for the UID. |
|
inlinevirtual |