![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
List of attributes UIDs. More...
#include <attributes.h>
Inherits std::vector< T >.
Public Member Functions | |
UIDS (std::initializer_list< uint8_t > uids) | |
Constructor. More... | |
vector< uint8_t >::size_type | length () const |
Number of elements in the list. More... | |
uint16_t | unpack (const Common::ByteArray &array, uint16_t offset, uint8_t &count) |
Read a message from a ByteArray. More... | |
Static Public Attributes | |
static constexpr uint8_t | min_size = sizeof(uint8_t) |
Minimum pack/unpack required data size. | |
List of attributes UIDs.
Definition at line 176 of file attributes.h.
|
inline |
|
inline |
Number of elements in the list.
std::vector<uint8_t>::size
, as the size method signature is used to provide a Serializable type interface.Definition at line 198 of file attributes.h.
|
inline |
Read a message from a ByteArray.
[in] | array | ByteArray reference to read the message from. |
[in] | offset | offset to start reading from. |
[out] | count | reference to a variable that will hold the count value read from the array. |
Definition at line 244 of file attributes.h.
References HF_SERIALIZABLE_CHECK, min_size, and HF::Common::ByteArray::read().