MCPcopy 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
13String 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

getMacAddressFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected