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

Method GetInstanceLabel

cpp/src/Manager.cpp:1685–1691  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Gets the user-friendly Instance label for the valueID -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1683// Gets the user-friendly Instance label for the valueID
1684//-----------------------------------------------------------------------------
1685string Manager::GetInstanceLabel
1686(
1687 ValueID const &_id
1688)
1689{
1690 return GetInstanceLabel(_id.GetHomeId(), _id.GetNodeId(), _id.GetCommandClassId(), _id.GetInstance());
1691}
1692//-----------------------------------------------------------------------------
1693// <Manager::GetInstanceLabel>
1694// Gets the user-friendly Instance label for the cc and instance

Callers

nothing calls this directly

Calls 4

GetNodeIdMethod · 0.80
GetInstanceMethod · 0.80
GetNodeMethod · 0.80
GetCommandClassIdMethod · 0.45

Tested by

no test coverage detected