| 1427 | |
| 1428 | |
| 1429 | uint8 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 | |
| 1444 | string Manager::GetNodePlusTypeString |
| 1445 | ( |
nothing calls this directly
no outgoing calls
no test coverage detected