Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_CharacteristicWriteBuffer.h
Go to the documentation of this file.
1/*
2 * Author: Crownstone Team
3 * Copyright: Crownstone (https://crownstone.rocks)
4 * Date: Oct 23, 2019
5 * License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed)
6 */
7#pragma once
8
10
15public:
17 static CharacteristicWriteBuffer instance;
18 return instance;
19 };
20};
CharacteristicBuffer is a byte array with header.
Definition: cs_CharacteristicBuffer.h:27
Buffer used to hold plain text characteristic data written by the user.
Definition: cs_CharacteristicWriteBuffer.h:14
static CharacteristicWriteBuffer & getInstance()
Definition: cs_CharacteristicWriteBuffer.h:16