MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / getName

Method getName

Arduino/libraries/ST_Anything/Device.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 const String Device::getName() const
54 {
55 char tmp[Constants::MAX_NAME_LENGTH];
56 strcpy_P(tmp, (const char*)m_pName);
57
58 return String(tmp);
59 }
60
61
62 //debug flag to determine if debug print statements are executed (set value in your sketch)

Callers 3

getDeviceByNameMethod · 0.80
addSensorMethod · 0.80
addExecutorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected