MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / setConnectionError

Method setConnectionError

Tactility/Source/app/wificonnect/State.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace tt::app::wificonnect {
4
5void State::setConnectionError(bool error) {
6 lock.lock();
7 connectionError = error;
8 lock.unlock();
9}
10
11bool State::hasConnectionError() const {
12 lock.lock();

Callers 2

onWifiEventMethod · 0.80
onConnectFunction · 0.80

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected