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

Method getMAC

Sming/Components/Network/src/Platform/Station.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53String StationClass::getMAC(char sep) const
54{
55 auto mac = getMacAddress();
56 return mac ? mac.toString(sep) : nullptr;
57}
58
59String StationClass::getConnectionStatusName() const
60{

Callers

nothing calls this directly

Calls 2

getMacAddressFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected