Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ toString
Method
toString
Sming/Components/Network/src/IpAddress.cpp:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
String IpAddress::toString() const
34
{
35
char text[16];
36
ipaddr_ntoa_r(&address, text, 16);
37
return text;
38
}
Callers
3
statusCallback
Method · 0.45
eventHandler
Method · 0.45
toString
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected