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
9
#include <
structs/buffer/cs_CharacteristicBuffer.h
>
10
14
class
EncryptedBuffer
:
public
CharacteristicBuffer
{
15
public
:
16
static
EncryptedBuffer
&
getInstance
() {
17
static
EncryptedBuffer
instance;
18
return
instance;
19
}
20
};
CharacteristicBuffer
CharacteristicBuffer is a byte array with header.
Definition:
cs_CharacteristicBuffer.h:27
EncryptedBuffer
Buffer used to hold encrypted characteristic data.
Definition:
cs_EncryptedBuffer.h:14
EncryptedBuffer::getInstance
static EncryptedBuffer & getInstance()
Definition:
cs_EncryptedBuffer.h:16
cs_CharacteristicBuffer.h
source
include
structs
buffer
cs_EncryptedBuffer.h
Generated by
1.9.5