Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_TestCrownstoneCentral.h
Go to the documentation of this file.
1/*
2 * Author: Crownstone Team
3 * Copyright: Crownstone (https://crownstone.rocks)
4 * Date: Apr 20, 2021
5 * License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed)
6 */
7
8#pragma once
9
11
19public:
21 void init();
22
23 void connect();
24 void read();
26 void writeSetup();
28 void disconnect();
29
30 void handleEvent(event_t& event);
31
32private:
33 uint8_t _writeStep = 0;
34};
Event listener.
Definition: cs_EventListener.h:17
Class to test the BleCentral class.
Definition: cs_TestCrownstoneCentral.h:18
uint8_t _writeStep
Definition: cs_TestCrownstoneCentral.h:33
void handleEvent(event_t &event)
Handle events.
Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: Oct 9,...
Definition: cs_Event.h:26