Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ getMAC
Method
getMAC
Sming/Components/Network/src/Platform/AccessPoint.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
#include
"AccessPoint.h"
12
13
String AccessPointClass::getMAC(char sep) const
14
{
15
auto mac = getMacAddress();
16
return mac ? mac.toString(sep) : nullptr;
17
}
Callers
nothing calls this directly
Calls
2
getMacAddress
Function · 0.85
toString
Method · 0.45
Tested by
no test coverage detected