MCPcopy 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
33String IpAddress::toString() const
34{
35 char text[16];
36 ipaddr_ntoa_r(&address, text, 16);
37 return text;
38}

Callers 3

statusCallbackMethod · 0.45
eventHandlerMethod · 0.45
toStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected