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

Method setApSettings

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

Source from the content-addressed store, hash-verified

16}
17
18void State::setApSettings(const service::wifi::settings::WifiApSettings& newSettings) {
19 lock.lock();
20 this->apSettings = newSettings;
21 lock.unlock();
22}
23
24void State::setConnecting(bool isConnecting) {
25 lock.lock();

Callers 1

onConnectFunction · 0.80

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected