if added as option to a characteristic, write access is removed from the characteristic
More...
#include <bluetoe/characteristic_value.hpp>
if added as option to a characteristic, write access is removed from the characteristic
Even if write access was the only remaining access type, the characterist will not be writeable.
Example:
std::uint32_t simple_value = 0xaabbccdd;
a very simple device to bind a characteristic to a global variable to provide access to the character...
Definition: characteristic_value.hpp:254
A characteristic is a typed value that is accessable by a GATT client hosted by a GATT server.
Definition: characteristic.hpp:160
a 128-Bit UUID used to identify a characteristic.
Definition: characteristic.hpp:62
if added as option to a characteristic, write access is removed from the characteristic
Definition: characteristic_value.hpp:69
- See also
- characteristic
The documentation for this struct was generated from the following file: