----------------------------------------------------------------------------- Gets the user-friendly Instance label for the valueID -----------------------------------------------------------------------------
| 1683 | // Gets the user-friendly Instance label for the valueID |
| 1684 | //----------------------------------------------------------------------------- |
| 1685 | string 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 |
nothing calls this directly
no test coverage detected