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

Method GetLabel

cpp/src/value_classes/Value.cpp:770–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770string const Value::GetLabel
771(
772) const
773{
774 return Localization::Get()->GetValueLabel(m_id.GetCommandClassId(), m_id.GetIndex(), -1);
775}
776void Value::SetLabel
777(
778 string const& _label,

Callers 4

SetMethod · 0.95
HandleReportMethod · 0.45
HandleMsgMethod · 0.45
HandleMsgMethod · 0.45

Calls 3

GetFunction · 0.50
GetValueLabelMethod · 0.45
GetCommandClassIdMethod · 0.45

Tested by

no test coverage detected