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

Method WifiManage

Tactility/Source/app/wifimanage/WifiManage.cpp:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47WifiManage::WifiManage() {
48 bindings = (Bindings) {
49 .onWifiToggled = onWifiToggled,
50 .onConnectSsid = onConnect,
51 .onDisconnect = onDisconnect,
52 .onShowApSettings = onShowApSettings,
53 .onConnectToHidden = onConnectToHidden
54 };
55}
56
57void WifiManage::lock() {
58 mutex.lock();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected