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

Method SyncClient

src/modules/ESPAsyncTCP/SyncClient.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28SyncClient::SyncClient(size_t txBufLen)
29 : _client(NULL)
30 , _tx_buffer(NULL)
31 , _tx_buffer_size(txBufLen)
32 , _rx_buffer(NULL)
33{}
34
35SyncClient::SyncClient(AsyncClient *client, size_t txBufLen)
36 : _client(client)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected