Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
770
string const Value::GetLabel
771
(
772
) const
773
{
774
return Localization::Get()->GetValueLabel(m_id.GetCommandClassId(), m_id.GetIndex(), -1);
775
}
776
void Value::SetLabel
777
(
778
string const& _label,
Callers
4
Set
Method · 0.95
HandleReport
Method · 0.45
HandleMsg
Method · 0.45
HandleMsg
Method · 0.45
Calls
3
Get
Function · 0.50
GetValueLabel
Method · 0.45
GetCommandClassId
Method · 0.45
Tested by
no test coverage detected