MCPcopy Create free account
hub / github.com/NSPManager/NSPanelManager / get_id

Method get_id

docker/MQTTManager/include/button/button.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68uint16_t ButtonEntity::get_id() {
69 return this->_id;
70}
71
72std::string ButtonEntity::get_name() {
73 return this->_name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected