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

Method GetLibraryTypeName

cpp/src/Manager.cpp:600–612  ·  view source on GitHub ↗

----------------------------------------------------------------------------- -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

598//
599//-----------------------------------------------------------------------------
600string Manager::GetLibraryTypeName
601(
602 uint32 const _homeId
603)
604{
605 if( Driver* driver = GetDriver( _homeId ) )
606 {
607 return driver->GetLibraryTypeName();
608 }
609
610 Log::Write( LogLevel_Info, "mgr, GetLibraryTypeName() failed - _homeId %d not found", _homeId );
611 return "";
612}
613
614//-----------------------------------------------------------------------------
615// <Manager::GetSendQueueCount>

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected