MCPcopy Create free account
hub / github.com/SmingHub/Sming / internalOnPoll

Method internalOnPoll

Sming/Components/Network/src/Network/TcpConnection.cpp:542–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542err_t TcpConnection::internalOnPoll()
543{
544 sleep++;
545 err_t res = onPoll();
546 if(res == ERR_OK) {
547 checkSelfFree();
548 }
549 debug_tcp_ext("<poll");
550 return res;
551}
552
553void TcpConnection::internalOnError(err_t err)
554{

Callers 1

staticOnPollMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected