MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetXMLTagName

Method GetXMLTagName

cpp/src/CompatOptionManager.cpp:426–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 return "Unknown";
425}
426string CompatOptionManager::GetXMLTagName
427(
428)
429{
430 switch (m_comtype) {
431 case CompatOptionType_Compatibility:
432 return "Compatibility";
433 case CompatOptionType_Discovery:
434 return "State";
435 }
436 assert(0);
437 return "Unknown";
438}
439} /* namespace OpenZWave */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected