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

Method GetNodePlusType

cpp/src/Manager.cpp:1429–1442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1427
1428
1429uint8 Manager::GetNodePlusType
1430(
1431 uint32 const _homeId,
1432 uint8 const _nodeId
1433)
1434{
1435 if( Driver* driver = GetDriver( _homeId ) )
1436 {
1437 return driver->GetNodePlusType( _nodeId );
1438 }
1439
1440 return 0x00; // unknown
1441
1442}
1443
1444string Manager::GetNodePlusTypeString
1445(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected