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