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

Method GetHelp

cpp/src/value_classes/Value.cpp:755–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753
754
755string const Value::GetHelp
756(
757) const
758{
759 return Localization::Get()->GetValueHelp(m_id.GetCommandClassId(), m_id.GetIndex(), -1);
760}
761void Value::SetHelp
762(
763 string const& _help,

Callers

nothing calls this directly

Calls 3

GetFunction · 0.50
GetValueHelpMethod · 0.45
GetCommandClassIdMethod · 0.45

Tested by

no test coverage detected