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

Method GetLibraryVersion

cpp/src/Manager.cpp:582–594  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

580//
581//-----------------------------------------------------------------------------
582string Manager::GetLibraryVersion
583(
584 uint32 const _homeId
585)
586{
587 if( Driver* driver = GetDriver( _homeId ) )
588 {
589 return driver->GetLibraryVersion();
590 }
591
592 Log::Write( LogLevel_Info, "mgr, GetLibraryVersion() failed - _homeId %d not found", _homeId );
593 return "";
594}
595
596//-----------------------------------------------------------------------------
597// <Manager::GetLibraryTypeName>

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected