BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::characteristic_uuid< A, B, C, D, E > Struct Template Reference

a 128-Bit UUID used to identify a characteristic. More...

#include <bluetoe/characteristic.hpp>

Inheritance diagram for bluetoe::characteristic_uuid< A, B, C, D, E >:

Detailed Description

template<std::uint64_t A, std::uint64_t B, std::uint64_t C, std::uint64_t D, std::uint64_t E>
struct bluetoe::characteristic_uuid< A, B, C, D, E >

a 128-Bit UUID used to identify a characteristic.

The class takes 5 parameters to store the UUID in the usual form like this:

a 128-Bit UUID used to identify a characteristic.
Definition: characteristic.hpp:62
See also
characteristic
Examples
priorities_example.cpp.

The documentation for this struct was generated from the following file: