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

Method SetHelp

cpp/src/value_classes/Value.cpp:761–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759 return Localization::Get()->GetValueHelp(m_id.GetCommandClassId(), m_id.GetIndex(), -1);
760}
761void Value::SetHelp
762(
763 string const& _help,
764 string const lang
765)
766{
767 Localization::Get()->SetValueHelp(m_id.GetCommandClassId(), m_id.GetIndex(), -1, _help, lang);
768}
769
770string const Value::GetLabel
771(

Callers 1

SetValueHelpMethod · 0.80

Calls 3

GetFunction · 0.50
SetValueHelpMethod · 0.45
GetCommandClassIdMethod · 0.45

Tested by

no test coverage detected