Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
void ping(uint32_t ip);
24
25
void pingTask()
26
{
27
ping(IpAddress(
"8.8.8.8"
)); // ping Google DNS servers
28
}
29
30
void onSent(void* arg, void* pdata)
31
{
Callers
nothing calls this directly
Calls
2
ping
Function · 0.85
IpAddress
Class · 0.50
Tested by
no test coverage detected