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

Method SetLabel

cpp/src/value_classes/Value.cpp:776–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774 return Localization::Get()->GetValueLabel(m_id.GetCommandClassId(), m_id.GetIndex(), -1);
775}
776void Value::SetLabel
777(
778 string const& _label,
779 string const lang
780)
781{
782 Localization::Get()->SetValueLabel(m_id.GetCommandClassId(), m_id.GetIndex(), -1, _label, lang);
783}
784
785

Callers 3

HandleSupportedReportMethod · 0.45
HandleReportMethod · 0.45
HandleMsgMethod · 0.45

Calls 3

GetFunction · 0.50
SetValueLabelMethod · 0.45
GetCommandClassIdMethod · 0.45

Tested by

no test coverage detected