MCPcopy Create free account
hub / github.com/blinker-iot/blinker-library / _attachCallbacks

Method _attachCallbacks

src/modules/ESPAsyncTCP/SyncClient.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void SyncClient::_attachCallbacks(){
198 _attachCallbacks_Disconnect();
199 _attachCallbacks_AfterConnected();
200}
201
202void SyncClient::_attachCallbacks_AfterConnected(){
203 _client->onAck([](void *obj, AsyncClient* c, size_t len, uint32_t time){ ((SyncClient*)(obj))->_sendBuffer(); }, this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected