MCPcopy Create free account
hub / github.com/BruceDevices/firmware / getClientTaskHandle

Function getClientTaskHandle

src/modules/wifi/clients.cpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186TaskHandle_t getClientTaskHandle() {
187 TaskHandle_t handle = nullptr;
188 withClientLock([&]() { handle = clientTaskHandle; });
189 return handle;
190}
191
192void resetClientState(ClientProtocol protocol) {
193 withClientLock([&]() {

Callers 1

finishSessionUiFunction · 0.85

Calls 1

withClientLockFunction · 0.85

Tested by

no test coverage detected