#include <UUID.hpp>
Definition at line 52 of file UUID.hpp.
◆ TypeSize
Underlying integer value present octet count.
| Enumerator |
|---|
| UUID16_SZ | |
| UUID32_SZ | |
| UUID128_SZ | |
Definition at line 55 of file UUID.hpp.
◆ uuid_t() [1/3]
| direct_bt::uuid_t::uuid_t |
( |
TypeSize const |
type_ | ) |
|
|
inlineprotected |
◆ ~uuid_t()
| virtual direct_bt::uuid_t::~uuid_t |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ uuid_t() [2/3]
| direct_bt::uuid_t::uuid_t |
( |
const uuid_t & |
o | ) |
|
|
defaultnoexcept |
◆ uuid_t() [3/3]
| direct_bt::uuid_t::uuid_t |
( |
uuid_t && |
o | ) |
|
|
defaultnoexcept |
◆ create()
| std::unique_ptr< const uuid_t > uuid_t::create |
( |
TypeSize const |
t, |
|
|
uint8_t const *const |
buffer, |
|
|
jau::nsize_t const |
byte_offset, |
|
|
bool const |
littleEndian |
|
) |
| |
|
static |
◆ data()
| virtual const uint8_t* direct_bt::uuid_t::data |
( |
| ) |
const |
|
inlinevirtualnoexcept |
◆ getTypeSize()
| TypeSize direct_bt::uuid_t::getTypeSize |
( |
| ) |
const |
|
inlinenoexcept |
◆ getTypeSizeInt()
◆ number()
|
|
inlinestaticconstexprnoexcept |
◆ operator!=()
| bool direct_bt::uuid_t::operator!= |
( |
uuid_t const & |
o | ) |
const |
|
inlinenoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
| virtual bool direct_bt::uuid_t::operator== |
( |
uuid_t const & |
o | ) |
const |
|
inlinevirtualnoexcept |
◆ toString()
| virtual std::string direct_bt::uuid_t::toString |
( |
| ) |
const |
|
inlinevirtualnoexcept |
◆ toTypeSize()
◆ toUUID128()
◆ toUUID128String()
The documentation for this class was generated from the following files:
- /usr/local/projects/direct_bt/api/direct_bt/UUID.hpp
- /usr/local/projects/direct_bt/src/direct_bt/UUID.cpp