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

Function pingTask

samples/Network_Ping/app/application.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23void ping(uint32_t ip);
24
25void pingTask()
26{
27 ping(IpAddress("8.8.8.8")); // ping Google DNS servers
28}
29
30void onSent(void* arg, void* pdata)
31{

Callers

nothing calls this directly

Calls 2

pingFunction · 0.85
IpAddressClass · 0.50

Tested by

no test coverage detected